Loading...
Searching...
No Matches
sf::Event::MouseWheelScrollEvent Struct Reference
Mouse wheel events parameters (MouseWheelScrolled) More...
#include <SFML/Window/Event.hpp>
Public Attributes | |
Mouse::Wheel | wheel |
Which wheel (for mice with multiple ones) | |
float | delta |
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral offsets. | |
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
◆ delta
float sf::Event::MouseWheelScrollEvent::delta |
◆ wheel
Mouse::Wheel sf::Event::MouseWheelScrollEvent::wheel |
◆ x
int sf::Event::MouseWheelScrollEvent::x |
◆ y
int sf::Event::MouseWheelScrollEvent::y |
The documentation for this struct was generated from the following file: