Loading...
Searching...
No Matches
sf::Event::MouseWheelScrolled Struct Reference
Mouse wheel scrolled event subtype. 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. | |
Vector2i | position |
Position of the mouse pointer, relative to the top left of the owner window. | |
Detailed Description
Member Data Documentation
◆ delta
float sf::Event::MouseWheelScrolled::delta {} |
◆ position
Vector2i sf::Event::MouseWheelScrolled::position |
◆ wheel
Mouse::Wheel sf::Event::MouseWheelScrolled::wheel {} |
The documentation for this struct was generated from the following file: