Fixed disabling finger hover, updated Gimp

This commit is contained in:
pelya
2014-05-02 22:27:21 +03:00
parent 07cd0a92b4
commit b127b04a7b
2 changed files with 4 additions and 2 deletions

View File

@@ -326,6 +326,8 @@ abstract class DifferentTouchInput
DemoGLSurfaceView.nativeHardwareMouseDetected(hwMouseEvent);
}
super.process(event);
if( !Globals.FingerHover && ExternalMouseDetected == Mouse.MOUSE_HW_INPUT_FINGER )
return; // Finger hover disabled in settings
if( (event.getAction() & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_HOVER_MOVE ) // Support bluetooth/USB mouse - available since Android 3.1
{
int action;

View File

@@ -24,11 +24,11 @@ AppDataDownloadUrl="!!Data files|:data.tar.gz:http://sourceforge.net/projects/li
ResetSdlConfigForThisVersion=y
# Delete application data files when upgrading (specify file/dir paths separated by spaces)
DeleteFilesOnUpgrade="img bin boot dev etc home lib media mnt opt proc root run sbin selinux srv sys tmp usr var"
DeleteFilesOnUpgrade="libsdl-DownloadFinished-0.flag libsdl-DownloadFinished-1.flag libsdl-DownloadFinished-2.flag libsdl-DownloadFinished-3.flag"
# Here you may type readme text, which will be shown during startup. Format is:
# Text in English, use \\\\n to separate lines (that's four backslashes)^de:Text in Deutsch^ru:Text in Russian^button:Button that will open some URL:http://url-to-open/
ReadmeText=''
ReadmeText='This app will now download 270Mb of data.'
# libSDL version to use (1.2/1.3/2.0)
LibSdlVersion=1.2