SDL Event Structures.

Table of Contents
TSDL_Event — General event structure
TSDL_ActiveEvent — Application visibility event structure
TSDL_KeyboardEvent — Keyboard event structure
TSDL_MouseMotionEvent — Mouse motion event structure
TSDL_MouseButtonEvent — Mouse button event structure
TSDL_JoyAxisEvent — Joystick axis motion event structure
TSDL_JoyButtonEvent — Joystick button event structure
TSDL_JoyHatEvent — Joystick hat position change event structure
TSDL_JoyBallEvent — Joystick trackball motion event structure
TSDL_ResizeEvent — Window resize event structure
TSDL_SysWMEvent — Platform-dependent window manager event.
TSDL_UserEvent — A user-defined event type
TSDL_QuitEvent — Quit requested event
TSDL_KeySym — Keysym structure
TSDLKey — Keysym definitions.