MouseWheelScrolled events parameters.
More...
#include <TGUI/Event.hpp>
|
|
float | delta |
| | Wheel offset (positive is up, negative is down). 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.
|
| |
MouseWheelScrolled events parameters.
The documentation for this struct was generated from the following file: