Loading...
Searching...
No Matches
sf::Event::MouseWheelEvent Struct Reference
Mouse wheel events parameters (MouseWheelMoved) More...
#include <SFML/Window/Event.hpp>
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)
- Deprecated
- This event is deprecated and potentially inaccurate. Use MouseWheelScrollEvent instead.
Member Data Documentation
◆ delta
| int sf::Event::MouseWheelEvent::delta |
◆ x
| int sf::Event::MouseWheelEvent::x |
◆ y
| int sf::Event::MouseWheelEvent::y |
The documentation for this struct was generated from the following file: