class csKeyboardDriver This is the lowest-level interface to keyboard
This is the lowest-level interface to keyboard.Keyboard driver should generate events and put them into the event queue which is passed to object on Open().
csKey Key
bool aKey[256]
csKeyboardDriver()
virtual ~csKeyboardDriver()
virtual bool Open(csEventQueue *EvQueue)
virtual void Close()
virtual bool Ready()
virtual void Reset()
void do_keypress(time_t evtime, int key)
void do_keyrelease(time_t evtime, int key)
void SetKey(int key, bool state)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de