Small update to on-screen keyboaqrd defaults

This commit is contained in:
pelya
2010-12-23 09:14:09 +00:00
parent c13ac6856f
commit 1f23523ddb
3 changed files with 7 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class Globals {
public static boolean PhoneHasArrowKeys = false; public static boolean PhoneHasArrowKeys = false;
public static boolean UseAccelerometerAsArrowKeys = false; public static boolean UseAccelerometerAsArrowKeys = false;
public static boolean UseTouchscreenKeyboard = true; public static boolean UseTouchscreenKeyboard = true;
public static int TouchscreenKeyboardSize = 0; public static int TouchscreenKeyboardSize = 1;
public static int TouchscreenKeyboardTheme = 2; public static int TouchscreenKeyboardTheme = 2;
public static int TouchscreenKeyboardTransparency = 2; public static int TouchscreenKeyboardTransparency = 2;
public static int AccelerometerSensitivity = 2; public static int AccelerometerSensitivity = 2;

View File

@@ -1,5 +1,5 @@
# The application settings for Android libSDL port # The application settings for Android libSDL port
AppSettingVersion=12 AppSettingVersion=16
LibSdlVersion=1.2 LibSdlVersion=1.2
AppName="OpenTyrian" AppName="OpenTyrian"
AppFullName=com.googlecode.opentyrian AppFullName=com.googlecode.opentyrian
@@ -10,7 +10,9 @@ SdlVideoResize=y
SdlVideoResizeKeepAspect=n SdlVideoResizeKeepAspect=n
NeedDepthBuffer=n NeedDepthBuffer=n
AppUsesMouse=y AppUsesMouse=y
AppNeedsTwoButtonMouse=n
AppNeedsArrowKeys=y AppNeedsArrowKeys=y
AppNeedsTextInput=y
AppUsesJoystick=n AppUsesJoystick=n
AppHandlesJoystickSensitivity=n AppHandlesJoystickSensitivity=n
AppUsesMultitouch=n AppUsesMultitouch=n
@@ -18,6 +20,7 @@ NonBlockingSwapBuffers=n
RedefinedKeys="SPACE RETURN LCTRL LALT SPACE" RedefinedKeys="SPACE RETURN LCTRL LALT SPACE"
AppTouchscreenKeyboardKeysAmount=4 AppTouchscreenKeyboardKeysAmount=4
AppTouchscreenKeyboardKeysAmountAutoFire=1 AppTouchscreenKeyboardKeysAmountAutoFire=1
RedefinedKeysScreenKb="SPACE RETURN LCTRL LALT"
MultiABI=n MultiABI=n
AppVersionCode=2116 AppVersionCode=2116
AppVersionName="2.1.16 - fixed crashes for some devices" AppVersionName="2.1.16 - fixed crashes for some devices"
@@ -27,4 +30,5 @@ AppCflags='-O3'
AppLdflags='' AppLdflags=''
AppSubdirsBuild='' AppSubdirsBuild=''
AppUseCrystaXToolchain=n AppUseCrystaXToolchain=n
AppCmdline=''
ReadmeText='^You may press "Home" now - the data will be downloaded in background' ReadmeText='^You may press "Home" now - the data will be downloaded in background'

View File

@@ -1 +1 @@
ballfield opentyrian