[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazatk1.pas line 226
type TAtkKeyEventType = ( |
||
TAtkKeyEventTypeMinValue = - $7FFFFFFF, |
|
|
ATK_KEY_EVENT_PRESS = 0, |
|
|
ATK_KEY_EVENT_RELEASE = 1, |
|
|
ATK_KEY_EVENT_LAST_DEFINED = 2, |
|
|
TAtkKeyEventTypeMaxValue = $7FFFFFFF |
|
|
); |