[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkEventPadAxis

Declaration

Source position: lazgdk3.pas line 4129

type TGdkEventPadAxis = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  time: guint32;

  

  group: guint;

  

  index: guint;

  

  mode: guint;

  

  value: gdouble;

  

end;