summaryrefslogtreecommitdiff
path: root/input.cpp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'input.cpp.diff')
-rw-r--r--input.cpp.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/input.cpp.diff b/input.cpp.diff
new file mode 100644
index 0000000..2840091
--- /dev/null
+++ b/input.cpp.diff
@@ -0,0 +1,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 */
+ {