sf::Event::MouseWheelEvent Struct Reference
Mouse wheel events parameters (MouseWheelMoved).
More...
#include <Event.hpp>
List of all members.
Public Attributes |
int | Delta |
| Number of ticks the wheel has moved (positive is up, negative is down).
|
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 wheel events parameters (MouseWheelMoved).
Definition at line 252 of file Event.hpp.
Member Data Documentation
Number of ticks the wheel has moved (positive is up, negative is down).
Definition at line 254 of file Event.hpp.
X position of the mouse pointer, relative to the left of the owner window.
Definition at line 255 of file Event.hpp.
Y position of the mouse pointer, relative to the top of the owner window.
Definition at line 256 of file Event.hpp.
The documentation for this struct was generated from the following file: