ClanSoft logo
ClanSoft logo

    CL_InputBuffer

Input buffer interface.

Description

Use this class to read buffered keys from the keyboard (or any other device).

Class members

CL_InputBuffer()
CL_InputBuffer(CL_InputDevice *device)
CL_InputBuffer( thSignal_v4<CL_Component *, CL_InputDevice *, CL_Key, bool &> &sig_key_down, thSignal_v3<CL_Component *, CL_InputDevice *, CL_Key> &sig_key_up)
virtual ~CL_InputBuffer()
CL_Key peek_key()
CL_Key get_key()
int keys_left()
void clear()

See Also

None


Back to index



This page was built using the Perceps documentation system.