Input buffer interface.
Parents: CL_Event_ButtonPress, CL_Event_ButtonRelease
Use this class to read buffered keys from the keyboard (or any other device).
CL_InputBuffer() CL_InputBuffer(CL_InputDevice *device) virtual ~CL_InputBuffer() CL_Key peek_key() CL_Key get_key() int keys_left() void clear()
None
Back to index