ClanSoft logo
ClanSoft logo

    CL_Input

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 thSignal_v2<CL_InputDevice *, const CL_Key &> sig_button_press
static thSignal_v2<CL_InputDevice *, const CL_Key &> sig_button_release
static thSignal_v3<CL_InputDevice *, int, int> sig_mouse_move

See Also

None


Back to index



This page was built using the Perceps documentation system.