Loading...
Searching...
No Matches
Event.h
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.
@ sfEvtJoystickButtonReleased
A joystick button was released (data in event.joystickButton)
Definition Event.h:59
@ sfEvtJoystickConnected
A joystick was connected (data in event.joystickConnect)
Definition Event.h:61
@ sfEvtJoystickDisconnected
A joystick was disconnected (data in event.joystickConnect)
Definition Event.h:62
@ sfEvtMouseWheelScrolled
The mouse wheel was scrolled (data in event.mouseWheelScroll)
Definition Event.h:52
@ sfEvtJoystickMoved
The joystick moved along an axis (data in event.joystickMove)
Definition Event.h:60
@ sfEvtMouseButtonPressed
A mouse button was pressed (data in event.mouseButton)
Definition Event.h:53
@ sfEvtMouseButtonReleased
A mouse button was released (data in event.mouseButton)
Definition Event.h:54
@ sfEvtJoystickButtonPressed
A joystick button was pressed (data in event.joystickButton)
Definition Event.h:58
@ sfEvtMouseWheelMoved
The mouse wheel was scrolled (data in event.mouseWheel) (deprecated)
Definition Event.h:51