Mouse move event parameters (MouseMoved)
More...
#include <Event.hpp>
|
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 move event parameters (MouseMoved)
Definition at line 83 of file Event.hpp.
int sf::Event::MouseMoveEvent::x |
X position of the mouse pointer, relative to the left of the owner window.
Definition at line 85 of file Event.hpp.
int sf::Event::MouseMoveEvent::y |
Y position of the mouse pointer, relative to the top of the owner window.
Definition at line 86 of file Event.hpp.
The documentation for this struct was generated from the following file: