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

TSDL_TextInputEvent

Declaration

Source position: libsdl2.pas line 2933

type TSDL_TextInputEvent = record

  type_: UInt32;

  

  timestamp: UInt32;

  

  windowID: UInt32;

  

  text: array [0..SDL_TEXTINPUTEVENT_TEXT_SIZE] of char;

  

end;



CT Web help

CodeTyphon Studio