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:215
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:214
unsigned int button
Index of the button that has been released (in range [0 .. Joystick::ButtonCount - 1])
Definition Event.hpp:225
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:224
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:245
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:254
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1])
Definition Event.hpp:234
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:137
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:147
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:156
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:127
float delta
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral ...
Definition Event.hpp:126
Vector2i position
Start position of the touch, relative to the top left of the owner window.
Definition Event.hpp:264
Vector2i position
Final position of the touch, relative to the top left of the owner window.
Definition Event.hpp:284
Vector2i position
Current position of the touch, relative to the top left of the owner window.
Definition Event.hpp:274