Source position: fpterm.base.pas line 56
type TPointingDeviceEvent = record
X: Integer;
Y: Integer;
ButtonState: TPointingDeviceButtonState;
end;