Location:
w32std.h
TKeyEvent
Supported from 5.0
Key event details.
Defined in TKeyEvent
:
iCode
, iModifiers
, iRepeats
, iScanCode
TUint iCode
The character code generated for an EEventKey
, or 0 for a down or up event.
Key codes for special keys are defined in
TKeyCode
.
TUint iModifiers
State of modifier keys and pointing device. Modifier keys are
defined in TEventModifier
.
TInt iRepeats
Count of auto repeats generated.
0 means an event without repeats. 1 or more means "this many auto repeat events". It is normal to ignore this value and treat it as a single event.
TInt iScanCode
The scan code of the key that caused the event.
Standard scan codes are defined in
TStdScanCode
.