hedgewars/SDLh.pas
changeset 2579 e5e4ebf528b5
parent 2575 d06e0e829828
child 2586 204e6b2885bc
equal deleted inserted replaced
2578:ec8e69b23097 2579:e5e4ebf528b5
   400 {$IFDEF SDL13}
   400 {$IFDEF SDL13}
   401 function  SDL_GetKeyboardState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
   401 function  SDL_GetKeyboardState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
   402 function  SDL_GetMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
   402 function  SDL_GetMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
   403 function  SDL_SelectMouse(index: LongInt): LongInt; cdecl; external SDLLibName;
   403 function  SDL_SelectMouse(index: LongInt): LongInt; cdecl; external SDLLibName;
   404 function  SDL_GetRelativeMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
   404 function  SDL_GetRelativeMouseState(index: LongInt; x, y: PLongInt): Byte; cdecl; external SDLLibName;
   405 function  SDL_GetNumMice : LongInt; cdecl; external SDLLibName;
   405 function  SDL_GetNumMice: LongInt; cdecl; external SDLLibName;
   406 {$ELSE}
   406 {$ELSE}
   407 function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
   407 function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
   408 function  SDL_GetMouseState(x, y: PLongInt): Byte; cdecl; external SDLLibName;
   408 function  SDL_GetMouseState(x, y: PLongInt): Byte; cdecl; external SDLLibName;
   409 {$ENDIF}
   409 {$ENDIF}
   410 function  SDL_GetKeyName(key: Longword): PChar; cdecl; external SDLLibName;
   410 function  SDL_GetKeyName(key: Longword): PChar; cdecl; external SDLLibName;