[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 3725
type TGdkEventMotion = record |
||
type_: TGdkEventType; |
|
|
window: PGdkWindow; |
|
|
send_event: gint8; |
|
|
time: guint32; |
|
|
x: gdouble; |
|
|
y: gdouble; |
|
|
axes: Pgdouble; |
|
|
state: TGdkModifierType; |
|
|
is_hint: gint16; |
|
|
device: PGdkDevice; |
|
|
x_root: gdouble; |
|
|
y_root: gdouble; |
|
|
end; |