Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased). More...
#include <Event.hpp>
Public Attributes | |
Mouse::Button | Button |
Code of the button that has been pressed. | |
int | X |
X position of the mouse pointer, relative to the left of the owner window. | |
int | Y |
Y position of the mouse pointer, relative to the top of the owner window. |
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased).
Definition at line 241 of file Event.hpp.
Mouse::Button sf::Event::MouseButtonEvent::Button |