hedgewars/SDLh.pas
changeset 12851 e5c461729fe3
parent 12836 1fbc0d5a82d0
child 12860 1b2b84315d27
child 13495 4faebbf9c44f
child 13550 8b89bdb3c3dd
equal deleted inserted replaced
12850:b63ec501490b 12851:e5c461729fe3
  1110 
  1110 
  1111 procedure SDL_WarpMouseInWindow(window: PSDL_Window; x, y: LongInt); cdecl; external SDLLibName;
  1111 procedure SDL_WarpMouseInWindow(window: PSDL_Window; x, y: LongInt); cdecl; external SDLLibName;
  1112 function  SDL_SetHint(name, value: PChar): Boolean; cdecl; external SDLLibName;
  1112 function  SDL_SetHint(name, value: PChar): Boolean; cdecl; external SDLLibName;
  1113 procedure SDL_StartTextInput; cdecl; external SDLLibName;
  1113 procedure SDL_StartTextInput; cdecl; external SDLLibName;
  1114 procedure SDL_StopTextInput; cdecl; external SDLLibName;
  1114 procedure SDL_StopTextInput; cdecl; external SDLLibName;
       
  1115 procedure SDL_FlushEvent(eventType: LongWord); cdecl; external SDLLibName;
  1115 
  1116 
  1116 function  SDL_PeepEvents(event: PSDL_Event; numevents: LongInt; action: TSDL_eventaction; minType, maxType: LongWord): LongInt; cdecl; external SDLLibName;
  1117 function  SDL_PeepEvents(event: PSDL_Event; numevents: LongInt; action: TSDL_eventaction; minType, maxType: LongWord): LongInt; cdecl; external SDLLibName;
  1117 
  1118 
  1118 function  SDL_AllocFormat(format: LongWord): PSDL_PixelFormat; cdecl; external SDLLibName;
  1119 function  SDL_AllocFormat(format: LongWord): PSDL_PixelFormat; cdecl; external SDLLibName;
  1119 procedure SDL_FreeFormat(pixelformat: PSDL_PixelFormat); cdecl; external SDLLibName;
  1120 procedure SDL_FreeFormat(pixelformat: PSDL_PixelFormat); cdecl; external SDLLibName;