sf::Event::MouseButtonEvent Struct Reference
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased).
More...
#include <Event.hpp>
List of all members.
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.
|
Detailed Description
Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased).
Definition at line 94 of file Event.hpp.
Member Data Documentation
Code of the button that has been pressed.
Definition at line 96 of file Event.hpp.
X position of the mouse pointer, relative to the left of the owner window.
Definition at line 97 of file Event.hpp.
Y position of the mouse pointer, relative to the top of the owner window.
Definition at line 98 of file Event.hpp.
The documentation for this struct was generated from the following file: