hedgewars/SDLh.pas
changeset 2800 f286d91157b8
parent 2716 b9ca1bfca24f
child 2948 3f21a9dc93d0
equal deleted inserted replaced
2799:558b29bf00c5 2800:f286d91157b8
   652 function  SDL_PollEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName;
   652 function  SDL_PollEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName;
   653 function  SDL_WaitEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName;
   653 function  SDL_WaitEvent(event: PSDL_Event): LongInt; cdecl; external SDLLibName;
   654 
   654 
   655 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
   655 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
   656 
   656 
       
   657 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : byte); cdecl; external SDLLibName;
   657 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
   658 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;
   658 function  SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName;
   659 function  SDL_WM_ToggleFullScreen(surface: PSDL_Surface): LongInt; cdecl; external SDLLibName;
   659 
   660 
   660 function  SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName;
   661 function  SDL_CreateMutex: PSDL_mutex; cdecl; external SDLLibName;
   661 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName;
   662 procedure SDL_DestroyMutex(mutex: PSDL_mutex); cdecl; external SDLLibName;