Fixed disabling finger hover, updated Gimp
This commit is contained in:
@@ -326,6 +326,8 @@ abstract class DifferentTouchInput
|
|||||||
DemoGLSurfaceView.nativeHardwareMouseDetected(hwMouseEvent);
|
DemoGLSurfaceView.nativeHardwareMouseDetected(hwMouseEvent);
|
||||||
}
|
}
|
||||||
super.process(event);
|
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
|
if( (event.getAction() & MotionEvent.ACTION_MASK) == MotionEvent.ACTION_HOVER_MOVE ) // Support bluetooth/USB mouse - available since Android 3.1
|
||||||
{
|
{
|
||||||
int action;
|
int action;
|
||||||
|
|||||||
@@ -24,11 +24,11 @@ AppDataDownloadUrl="!!Data files|:data.tar.gz:http://sourceforge.net/projects/li
|
|||||||
ResetSdlConfigForThisVersion=y
|
ResetSdlConfigForThisVersion=y
|
||||||
|
|
||||||
# Delete application data files when upgrading (specify file/dir paths separated by spaces)
|
# 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:
|
# 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/
|
# 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)
|
# libSDL version to use (1.2/1.3/2.0)
|
||||||
LibSdlVersion=1.2
|
LibSdlVersion=1.2
|
||||||
|
|||||||
Reference in New Issue
Block a user