added new game control input method 'follow finger' for touch devices
[rocksndiamonds.git] / src / screens.c
index 71f73cdb330229c75467392d2476f2a087bb0fd9..d9814948d7e21dc0bf15325e316d5b97d65d9115 100644 (file)
@@ -383,6 +383,7 @@ static struct
 {
   {    TOUCH_CONTROL_VIRTUAL_BUTTONS,  "Virtual Buttons"       },
   {    TOUCH_CONTROL_WIPE_GESTURES,    "Wipe Gestures"         },
+  {    TOUCH_CONTROL_FOLLOW_FINGER,    "Follow Finger"         },
 
   {    NULL,                           NULL                    },
 };