added overlay touch buttons for virtual buttons configuration
[rocksndiamonds.git] / src / events.h
index 823670bcc124d20c81f3136781cbad413fc0a0f4..5cb33086b780f9c992dfccc30e52013ce40e75b2 100644 (file)
 #define USEREVENT_NONE                 0
 #define USEREVENT_ANIM_DELAY_ACTION    1
 #define USEREVENT_ANIM_EVENT_ACTION    2
+#define USEREVENT_GADGET_PRESSED       3
 
 
+int FilterMouseMotionEvents(void *, Event *);
 boolean NextValidEvent(Event *);
+void StopProcessingEvents(void);
 
 void EventLoop(void);
 void HandleOtherEvents(Event *);