X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=ad7dca8c1a95ee9cdf4535838be523469ead2c0f;hp=e4b2b68418c8cafbf4156e9d2be5d85380718016;hb=aaa6bf53eceb4c7801966a017dcc8a57c2fdface;hpb=c38790fcee093efb156366bb4a02dbde55085ca4 diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index e4b2b684..ad7dca8c 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 SDLCorrectRawMousePosition(int *, int *); void HandleJoystickEvent(Event *); void SDLInitJoysticks(void);