sf::Event::MouseMoveEvent Struct Reference
Mouse move event parameters (MouseMoved).
More...
#include <Event.hpp>
List of all members.
Public Attributes |
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 move event parameters (MouseMoved).
Definition at line 230 of file Event.hpp.
Member Data Documentation
X position of the mouse pointer, relative to the left of the owner window.
Definition at line 232 of file Event.hpp.
Y position of the mouse pointer, relative to the top of the owner window.
Definition at line 233 of file Event.hpp.
The documentation for this struct was generated from the following file: