X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsdl.h;h=ad7dca8c1a95ee9cdf4535838be523469ead2c0f;hb=cf41c74d18630924c1e32ad913d315a493402ef9;hp=35d6a2411c3c7af8edd90677d04cf1630c550f15;hpb=8e4eb47925648cd84d134dfe05ca7fb30727dc24;p=rocksndiamonds.git diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 35d6a241..ad7dca8c 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -423,7 +423,7 @@ void SDLOpenAudio(void); void SDLCloseAudio(void); void SDLWaitEvent(Event *); -void SDLCorrectMouseEventXY(int *, int *); +void SDLCorrectRawMousePosition(int *, int *); void HandleJoystickEvent(Event *); void SDLInitJoysticks(void);