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:220
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1]).
Definition Event.hpp:219
unsigned int button
Index of the button that has been released (in range [0 .. Joystick::ButtonCount - 1]).
Definition Event.hpp:230
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1]).
Definition Event.hpp:229
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1]).
Definition Event.hpp:250
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1]).
Definition Event.hpp:259
unsigned int joystickId
Index of the joystick (in range [0 .. Joystick::Count - 1]).
Definition Event.hpp:239
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:142
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:152
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:161
Vector2i position
Position of the mouse pointer, relative to the top left of the owner window.
Definition Event.hpp:132
float delta
Wheel offset (positive is up/left, negative is down/right). High-precision mice may use non-integral ...
Definition Event.hpp:131
Vector2i position
Start position of the touch, relative to the top left of the owner window.
Definition Event.hpp:269
Vector2i position
Final position of the touch, relative to the top left of the owner window.
Definition Event.hpp:289
Vector2i position
Current position of the touch, relative to the top left of the owner window.
Definition Event.hpp:279