Loading...
Searching...
No Matches
sf::Event::MouseMoveEvent Struct Reference
Mouse move event parameters (MouseMoved) More...
#include <SFML/Window/Event.hpp>
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
Member Data Documentation
◆ x
int sf::Event::MouseMoveEvent::x |
◆ y
int sf::Event::MouseMoveEvent::y |
The documentation for this struct was generated from the following file: