equal
deleted
inserted
replaced
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; |