Location:
W32STD.H
TLongCaptureFlags
Flags which customise a long key press capture request made by a window group.
These flags are passed to RWindowGroup::CaptureLongKey()
.
Two things can be configured using this enum: the normal key event that is generated immediately, and the long key event that is generated after a short time interval. The normal key event can be sent immediately (on key down) to the application with keyboard focus, or, if the key is not held down long enough to generate a long key event, when the key is released. The long key event can be customised to generate a single key event only, or to auto repeat.
|