added animation event by 'any' input (click anywhere, space, enter, escape)
[rocksndiamonds.git] / src / libgame / system.h
index 406a6f364672ec6d241d0259328999d78eccd0a6..b214ba752733cc58ea9ffbc94797c577b4f9df61 100644 (file)
 #define ANIM_EVENT_CLICK_PART_7        (1 << 14)
 #define ANIM_EVENT_CLICK_PART_8        (1 << 15)
 #define ANIM_EVENT_CLICK_SELF  (1 << 16)
+#define ANIM_EVENT_CLICK_ANY   (1 << 17)
 
 #define ANIM_EVENT_CLICK_ANIM_ALL      (ANIM_EVENT_CLICK_ANIM_1 |      \
                                          ANIM_EVENT_CLICK_ANIM_2 |     \