hedgewars/SDLh.pas
branchsdl2transition
changeset 11368 c481d087f653
parent 11365 b8b208501475
child 11371 59db509c20c6
equal deleted inserted replaced
11367:a91c4c4fd85c 11368:c481d087f653
  1113 procedure SDL_SetEventFilter(filter: TSDL_EventFilter); cdecl; external SDLLibName;
  1113 procedure SDL_SetEventFilter(filter: TSDL_EventFilter); cdecl; external SDLLibName;
  1114 
  1114 
  1115 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
  1115 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
  1116 procedure SDL_WarpMouse(x, y: Word); inline;
  1116 procedure SDL_WarpMouse(x, y: Word); inline;
  1117 
  1117 
  1118 function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName  name 'SDL_GetKeyboardState';
  1118 function  SDL_GetKeyboardState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
  1119 
  1119 
  1120 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : Byte); cdecl; external SDLLibName;
  1120 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : Byte); cdecl; external SDLLibName;
  1121 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
  1121 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
  1122 function  SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName;
  1122 function  SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName;
  1123 
  1123