Source position: gdktypes.pp line 893
type TGdkEventMotion = record  | 
thetype: TGdkEventType;  | 
window: PGdkWindow;  | 
send_event: gint8;  | 
time: guint32;  | 
x: gdouble;  | 
y: gdouble;  | 
pressure: gdouble;  | 
xtilt: gdouble;  | 
ytilt: gdouble;  | 
state: guint;  | 
is_hint: gint16;  | 
source: TGdkInputSource;  | 
deviceid: guint32;  | 
x_root: gdouble;  | 
y_root: gdouble;  | 
end;  |