From 2f241f8cb4f9ead30fd42f340ce49e9169613a7f Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 13 Nov 2013 14:00:49 +0200 Subject: [PATCH] Updated todo --- project/jni/application/xserver-gimp/AndroidAppSettings.cfg | 3 ++- todo.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg index 0cf15fb4b..d5aeb39aa 100644 --- a/project/jni/application/xserver-gimp/AndroidAppSettings.cfg +++ b/project/jni/application/xserver-gimp/AndroidAppSettings.cfg @@ -86,7 +86,8 @@ AppNeedsTwoButtonMouse=y # Show SDL mouse cursor, for applications that do not draw cursor at all (y) or (n) ShowMouseCursor=n -GenerateSubframeTouchEvents=y +# Users are complaining that the video output is slow, so screw pen precision +GenerateSubframeTouchEvents=n # Force relative (laptop) mouse movement mode, useful when both on-screen keyboard and mouse are needed (y) or (n) ForceRelativeMouseMode=n diff --git a/todo.txt b/todo.txt index 79fb13b7f..c562e0cc0 100644 --- a/todo.txt +++ b/todo.txt @@ -26,6 +26,8 @@ TODO, which will get actually done - OpenArena: move 3-rd person camera to the side, above shoulder. +- OpenArena: two new aiming modes - no-swipe aiming, with and without double-tap. + - OpenArena: chat text input should be faster. - OpenArena: Shift and Ctrl keys on USB keyboard do not work for text input.