hedgewars/SDLh.pas
changeset 13490 4faebbf9c44f
parent 12846 e5c461729fe3
child 13506 36f3f77e9b1b
equal deleted inserted replaced
13489:8935dcc0e130 13490:4faebbf9c44f
  1163 
  1163 
  1164 procedure SDL_LockAudio; cdecl; external SDLLibName;
  1164 procedure SDL_LockAudio; cdecl; external SDLLibName;
  1165 procedure SDL_UnlockAudio; cdecl; external SDLLibName;
  1165 procedure SDL_UnlockAudio; cdecl; external SDLLibName;
  1166 
  1166 
  1167 function  SDL_NumJoysticks: LongInt; cdecl; external SDLLibName;
  1167 function  SDL_NumJoysticks: LongInt; cdecl; external SDLLibName;
  1168 function  SDL_JoystickName(idx: LongInt): PChar; cdecl; external SDLLibName;
  1168 function  SDL_JoystickNameForIndex(idx: LongInt): PChar; cdecl; external SDLLibName;
  1169 function  SDL_JoystickOpen(idx: LongInt): PSDL_Joystick; cdecl; external SDLLibName;
  1169 function  SDL_JoystickOpen(idx: LongInt): PSDL_Joystick; cdecl; external SDLLibName;
  1170 function  SDL_JoystickOpened(idx: LongInt): LongInt; cdecl; external SDLLibName;
  1170 function  SDL_JoystickOpened(idx: LongInt): LongInt; cdecl; external SDLLibName;
  1171 function  SDL_JoystickIndex(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1171 function  SDL_JoystickIndex(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1172 function  SDL_JoystickNumAxes(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1172 function  SDL_JoystickNumAxes(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1173 function  SDL_JoystickNumBalls(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1173 function  SDL_JoystickNumBalls(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;