added support for non-button touch pads for MM game engine
[rocksndiamonds.git] / src / libgame / system.h
index a2226a78d8228e9b5229a43618122060eb734a7b..7f8d23416dafce3e8407ada7911844ae5787b2fc 100644 (file)
@@ -958,6 +958,7 @@ struct TileCursorInfo
 {
   boolean enabled;             /* tile cursor generally enabled or disabled */
   boolean active;              /* tile cursor activated (depending on game) */
+  boolean moving;              /* tile cursor moving to target position */
 
   int xpos, ypos;              /* tile cursor level playfield position */
   int x, y;                    /* tile cursor current screen position */
@@ -1450,6 +1451,7 @@ struct MouseActionInfo
 {
   int lx, ly;
   int button;
+  int button_hint;
 };
 
 struct LevelStats