Loading...
Searching...
No Matches
Event.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
Definition AudioResource.hpp:36
unsigned int button
Index of the button that has been pressed (in range [0 .. Joystick::ButtonCount - 1])
Definition Event.hpp:216
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:215
unsigned int button
Index of the button that has been released (in range [0 .. Joystick::ButtonCount - 1])
Definition Event.hpp:226
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:225
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:246
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:255
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:235
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:138
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:148
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:157
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:128
float delta
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral ...
Definition Event.hpp:127
Vector2i position
Start position of the touch, relative to the top left of the owner window.
Definition Event.hpp:265
Vector2i position
Final position of the touch, relative to the top left of the owner window.
Definition Event.hpp:285
Vector2i position
Current position of the touch, relative to the top left of the owner window.
Definition Event.hpp:275