added SDL event filter to track mouse position from mouse motion events
[rocksndiamonds.git] / src / events.h
index 823670bcc124d20c81f3136781cbad413fc0a0f4..3467e76799e88077e4f872d83cd1530c651bc91e 100644 (file)
@@ -20,6 +20,7 @@
 #define USEREVENT_ANIM_EVENT_ACTION    2
 
 
+int FilterMouseMotionEvents(void *, Event *);
 boolean NextValidEvent(Event *);
 
 void EventLoop(void);