|
SFML
Simple and Fast Multimedia Library
|
Mouse button pressed event subtype. More...
#include <Event.hpp>
Public Attributes | |
| Mouse::Button | button {} |
| Code of the button that has been pressed. | |
| Vector2i | position |
| Position of the mouse pointer, relative to the top left of the owner window. | |
Mouse button pressed event subtype.
| Mouse::Button sf::Event::MouseButtonPressed::button {} |
Code of the button that has been pressed.
| Vector2i sf::Event::MouseButtonPressed::position |
Position of the mouse pointer, relative to the top left of the owner window.