X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=35d6a2411c3c7af8edd90677d04cf1630c550f15;hp=e4b2b68418c8cafbf4156e9d2be5d85380718016;hb=8e4eb47925648cd84d134dfe05ca7fb30727dc24;hpb=3cc2ee99e57014c6962d26365e92bd3eac36a492 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index e4b2b684..35d6a241 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -65,6 +65,8 @@ typedef SDL_Event PauseResumeEvent; typedef SDL_WindowEvent WindowEvent; typedef SDL_KeyboardEvent KeyEvent; +typedef SDL_EventFilter EventFilter; + // structure definitions @@ -421,6 +423,7 @@ void SDLOpenAudio(void); void SDLCloseAudio(void); void SDLWaitEvent(Event *); +void SDLCorrectMouseEventXY(int *, int *); void HandleJoystickEvent(Event *); void SDLInitJoysticks(void);