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

TSDL_GameControllerButtonBind

Declaration

Source position: libsdl2.pas line 2349

type TSDL_GameControllerButtonBind = record

  bindType: TSDL_GameControllerBindType;

  

  case Integer of

    0: (

        button: Integer;

  

      );

    1: (

        axis: Integer;

  

      );

    2: (

        hat: THat;

  

      );

end;



CT Web help

CodeTyphon Studio