All Classes Files Functions Variables Typedefs Pages
Public Attributes | List of all members
InputEvent Struct Reference

Public Attributes

InputType type
 Type of the event.
 
union {
   KeyInput   keyInput
 Data for key input.
 
   MouseInput   mouseInput
 Data for mouse input.
 
};