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

TAtkKeyEventStruct

Declaration

Source position: lazatk1.pas line 817

type TAtkKeyEventStruct = record

  type_: gint;

  

  state: guint;

  

  keyval: guint;

  

  length: gint;

  

  string_: Pgchar;

  

  keycode: guint16;

  

  timestamp: guint32;

  

end;