Input component class.
Description
CL_Input is the access point to keyboards, joysticks and (mouse) pointers.
Class members
virtual ~CL_Input()
static std::vector<CL_Keyboard*> keyboards
static std::vector<CL_InputDevice*> joysticks
static std::vector<CL_InputDevice*> pointers
static CL_EventChain_ButtonPress chain_button_press
static CL_EventChain_ButtonRelease chain_button_release
static CL_EventChain_MouseMove chain_mouse_move
static CL_EventChain_MouseEnter chain_mouse_enter
static CL_EventChain_MouseExit chain_mouse_exit
See Also
None
Back to index
|