|
||
CTRL (x) ((x)-'a'+1)
Control key modifier.
Key codes get changed when the Ctrl key modifier is pressed at the same time as the key . The CTRL macro is used to shift the key character appropriately.
Note: this is not an inline function since that can't be used as the case of a switch statement.
|
EAllStdModifiers (EModifierFunc|EModifierCtrl|EModifierShift)
Constant that represents all standard keyboard modifier keys.
TKeyResponse
Event handling flags.
These should be returned by CCoeControl::OfferKeyEventL(const TKeyEvent &,TEventCode)
to indicate whether or not a key event was processed by the control.
|
TDrawNow
Control redraw flags.
Passed to CCoeControl::SetFocus(TBool,TDrawNow)
to indicate the requirements for control redrawing.
|
TCoeWinPriority
Window priority values.
These are passed in the aOrdinalPriority argument to RWindowTreeNode::SetOrdinalPosition(TInt)
.
|