added overlay touch buttons for virtual buttons configuration
[rocksndiamonds.git] / src / events.h
index c061b5d2de4b30372bb24ccd4121b73a67338ca2..5cb33086b780f9c992dfccc30e52013ce40e75b2 100644 (file)
@@ -18,6 +18,7 @@
 #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 *);