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

TGdkEventKey

Declaration

Source position: lazgdk3.pas line 3834

type TGdkEventKey = record

  type_: TGdkEventType;

  

  window: PGdkWindow;

  

  send_event: gint8;

  

  time: guint32;

  

  state: TGdkModifierType;

  

  keyval: guint;

  

  length: gint;

  

  string_: Pgchar;

  

  hardware_keycode: guint16;

  

  group: guint8;

  

  Bitfield0: TGdkEventKeyBitfield0;

  

end;