summaryrefslogtreecommitdiff
path: root/input.cpp.diff
blob: 28400912c5e9e10d2b95ee458e6392a9078e4487 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/input.cpp
+++ b/src/input.cpp
@@ -91,7 +91,7 @@
 
   // TODO: don't attempt to simulate mouse events from touch events -
   // fake mouse events often are de-centered
-  SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "0");
+  // SDL_SetHint(SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH, "0");
 
   /* Touch devices */
   {