added function to update the mouse position when changing window size
[rocksndiamonds.git] / src / libgame / system.h
index d4e732e9fb22a535c1329dcb652ff80aafc9db6a..30b37544c32519abbc73f06692c4bb5511bdf0c2 100644 (file)
@@ -1852,11 +1852,14 @@ void FreeBitmapTextures(Bitmap **);
 void ScaleBitmap(Bitmap **, int);
 
 void SetMouseCursor(int);
+void UpdateRawMousePosition(int, int);
+void UpdateMousePosition(void);
 
 void OpenAudio(void);
 void CloseAudio(void);
 void SetAudioMode(boolean);
 
+void InitEventFilter(EventFilter);
 boolean PendingEvent(void);
 void WaitEvent(Event *event);
 void PeekEvent(Event *event);