[Overview][Constants][Types][Procedures and functions][Variables][Index] |
GPM event record
Source position: gpm.pp line 79
type Tgpm_event = record |
||
buttons: Byte; |
|
Pressed buttons |
modifiers: Byte; |
|
Modifier flags |
vc: Word; |
|
Virtual console |
dx: Word; |
|
Change in horizontal position since last event |
dy: Word; |
|
Change in vertical position since last event |
x: Word; |
|
Horizontal position of event |
y: Word; |
|
Vertical position of event |
EventType: TGpmEtype; |
|
Event type |
clicks: LongInt; |
|
Number of clicks |
margin: TGpmMargin; |
|
Position where mouse cursor left the screen. |
wdx: Word; |
|
Horizontal size |
wdy: Word; |
|
Vertical size |
end; |
Tgpm_event describes the events that are reported by GPM.