hedgewars/SDLh.pas
branch0.9.24
changeset 13547 214dde864805
parent 13545 8b89bdb3c3dd
child 13568 470982c05f7e
equal deleted inserted replaced
13546:46ee00a7526a 13547:214dde864805
  1165 
  1165 
  1166 procedure SDL_LockAudio; cdecl; external SDLLibName;
  1166 procedure SDL_LockAudio; cdecl; external SDLLibName;
  1167 procedure SDL_UnlockAudio; cdecl; external SDLLibName;
  1167 procedure SDL_UnlockAudio; cdecl; external SDLLibName;
  1168 
  1168 
  1169 function  SDL_NumJoysticks: LongInt; cdecl; external SDLLibName;
  1169 function  SDL_NumJoysticks: LongInt; cdecl; external SDLLibName;
  1170 function  SDL_JoystickName(idx: LongInt): PChar; cdecl; external SDLLibName;
  1170 function  SDL_JoystickNameForIndex(idx: LongInt): PChar; cdecl; external SDLLibName;
  1171 function  SDL_JoystickOpen(idx: LongInt): PSDL_Joystick; cdecl; external SDLLibName;
  1171 function  SDL_JoystickOpen(idx: LongInt): PSDL_Joystick; cdecl; external SDLLibName;
  1172 function  SDL_JoystickOpened(idx: LongInt): LongInt; cdecl; external SDLLibName;
  1172 function  SDL_JoystickOpened(idx: LongInt): LongInt; cdecl; external SDLLibName;
  1173 function  SDL_JoystickIndex(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1173 function  SDL_JoystickIndex(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1174 function  SDL_JoystickNumAxes(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1174 function  SDL_JoystickNumAxes(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1175 function  SDL_JoystickNumBalls(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;
  1175 function  SDL_JoystickNumBalls(joy: PSDL_Joystick): LongInt; cdecl; external SDLLibName;