Mouse wheel events parameters (MouseWheelScrolled)
More...
#include <Event.hpp>
|
Mouse::Wheel | wheel |
| Which wheel (for mice with multiple ones) More...
|
|
float | delta |
| Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets. More...
|
|
int | x |
| X position of the mouse pointer, relative to the left of the owner window. More...
|
|
int | y |
| Y position of the mouse pointer, relative to the top of the owner window. More...
|
|
Mouse wheel events parameters (MouseWheelScrolled)
Definition at line 120 of file Event.hpp.
float sf::Event::MouseWheelScrollEvent::delta |
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets.
Definition at line 123 of file Event.hpp.
Which wheel (for mice with multiple ones)
Definition at line 122 of file Event.hpp.
int sf::Event::MouseWheelScrollEvent::x |
X position of the mouse pointer, relative to the left of the owner window.
Definition at line 124 of file Event.hpp.
int sf::Event::MouseWheelScrollEvent::y |
Y position of the mouse pointer, relative to the top of the owner window.
Definition at line 125 of file Event.hpp.
The documentation for this struct was generated from the following file: