Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQWSKeyboardHandler class implements the keyboard driver for TQt/Embedded. More...
#include <qkeyboard_qws.h>
Inherits TQObject.
The keyboard driver handles events from system devices and generates key events.
A TQWSKeyboardHandler will usually open some system device in its constructor, create a TQSocketNotifier on that opened device and when it receives data, it will call processKeyEvent() to send the event to TQt/Embedded for relaying to clients.
See also TQt/Embedded.
Parameter | Meaning |
---|---|
unicode | The Unicode value for the key, or 0xFFFF is none is appropriate. |
keycode | The TQt keycode for the key (see TQt::Key for the list of codes). |
modifiers | The set of modifier keys (see TQt::Modifier). |
isPress | Whether this is a press or a release. |
autoRepeat | Whether this event was generated by an auto-repeat mechanism, or an actual key press. |
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|