added comment
authorHolger Schemel <info@artsoft.org>
Tue, 25 Jul 2017 19:11:30 +0000 (21:11 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 25 Jul 2017 19:11:30 +0000 (21:11 +0200)
src/libgame/sdl.c

index c473b2652b4724b0176a2bef87b2605b97fe2e34..64b2e5093f8e0640e51ca1c6171a5940f85e3428 100644 (file)
@@ -2965,6 +2965,11 @@ boolean SDLReadJoystick(int nr, int *x, int *y, boolean *b1, boolean *b2)
   return TRUE;
 }
 
   return TRUE;
 }
 
+
+/* ========================================================================= */
+/* touch input overlay functions                                             */
+/* ========================================================================= */
+
 #if defined(USE_TOUCH_INPUT_OVERLAY)
 static void DrawTouchInputOverlay()
 {
 #if defined(USE_TOUCH_INPUT_OVERLAY)
 static void DrawTouchInputOverlay()
 {