hedgewars/SDLh.pas
changeset 12846 e5c461729fe3
parent 12831 1fbc0d5a82d0
child 12855 1b2b84315d27
child 13490 4faebbf9c44f
child 13545 8b89bdb3c3dd
--- a/hedgewars/SDLh.pas	Sat Nov 25 11:28:44 2017 -0500
+++ b/hedgewars/SDLh.pas	Wed Nov 29 13:54:39 2017 +0100
@@ -1112,6 +1112,7 @@
 function  SDL_SetHint(name, value: PChar): Boolean; cdecl; external SDLLibName;
 procedure SDL_StartTextInput; cdecl; external SDLLibName;
 procedure SDL_StopTextInput; cdecl; external SDLLibName;
+procedure SDL_FlushEvent(eventType: LongWord); cdecl; external SDLLibName;
 
 function  SDL_PeepEvents(event: PSDL_Event; numevents: LongInt; action: TSDL_eventaction; minType, maxType: LongWord): LongInt; cdecl; external SDLLibName;