Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TSDL_Keysym

Declaration

Source position: libsdl2.pas line 2168

type TSDL_Keysym = record

  scancode: TSDL_ScanCode;

  

  sym: TSDL_KeyCode;

  

  _mod: UInt16;

  

  unicode: UInt32;

  

end;



CT Web help

CodeTyphon Studio