added detecting use of touch device for user input on current platform
[rocksndiamonds.git] / src / events.c
index 8279f70fb223bba859d2203823528650d7b40ef4..b94e57c5cbfbce47c600abc665a2ac96c09f3439 100644 (file)
@@ -1016,6 +1016,8 @@ void HandleFingerEvent(FingerEvent *event)
        event->pressure);
 #endif
 
+  runtime.uses_touch_device = TRUE;
+
   if (game_status != GAME_MODE_PLAYING)
     return;