// DO NOT EDIT THIS FILE - it is automatically generated, edit file under project/java dir // This string is autogenerated by ChangeAppSettings.sh, do not change spaces amount anywhere package org.warmux; import android.app.Activity; import android.content.Context; import java.util.Vector; import android.view.KeyEvent; class Globals { public static String ApplicationName = "Warmux"; public static String AppLibraries[] = { "sdl", "sdl_mixer", "png", "sdl_image" }; public static final boolean Using_SDL_1_3 = false; // Should be zip file public static String DataDownloadUrl = "!Data|http://download.gna.org/warmux/android/android-data-11.04.zip"; // Set this value to true if you're planning to render 3D using OpenGL - it eats some GFX resources, so disabled for 2D public static boolean NeedDepthBuffer = false; public static boolean SwVideoMode = true; public static boolean HorizontalOrientation = true; // prevent device from going to suspend mode public static boolean InhibitSuspend = true; // Readme text to be shown on download page public static String ReadmeText = "^nYou may press \"Home\" now - the data will be downloaded in backgroundnPlease also visit http://www.warmux.org for more info".replace("^","\n"); public static String CommandLine = "warmux"; public static boolean AppUsesMouse = true; public static boolean AppNeedsTwoButtonMouse = false; public static boolean AppNeedsArrowKeys = false; public static boolean AppNeedsTextInput = true; public static boolean AppUsesJoystick = false; public static boolean AppHandlesJoystickSensitivity = false; public static boolean AppUsesMultitouch = false; public static boolean NonBlockingSwapBuffers = true; public static int AppTouchscreenKeyboardKeysAmount = 0; public static int AppTouchscreenKeyboardKeysAmountAutoFire = 0; // Phone-specific config, TODO: move this to settings public static boolean DownloadToSdcard = true; public static boolean PhoneHasTrackball = false; public static boolean PhoneHasArrowKeys = false; public static boolean UseAccelerometerAsArrowKeys = false; public static boolean UseTouchscreenKeyboard = true; public static int TouchscreenKeyboardSize = 1; public static int TouchscreenKeyboardTheme = 2; public static int TouchscreenKeyboardTransparency = 2; public static int AccelerometerSensitivity = 2; public static int AccelerometerCenterPos = 2; public static int TrackballDampening = 0; public static int AudioBufferConfig = 0; public static boolean OptionalDataDownload[] = null; public static final int LEFT_CLICK_NORMAL = 0; public static final int LEFT_CLICK_NEAR_CURSOR = 1; public static final int LEFT_CLICK_WITH_MULTITOUCH = 2; public static final int LEFT_CLICK_WITH_PRESSURE = 3; public static final int LEFT_CLICK_WITH_KEY = 4; public static final int LEFT_CLICK_WITH_TIMEOUT = 5; public static final int LEFT_CLICK_WITH_TAP = 6; public static final int LEFT_CLICK_WITH_TAP_OR_TIMEOUT = 7; public static int LeftClickMethod = AppNeedsTwoButtonMouse ? LEFT_CLICK_WITH_TAP_OR_TIMEOUT : LEFT_CLICK_NORMAL; public static int LeftClickKey = KeyEvent.KEYCODE_DPAD_CENTER; public static int LeftClickTimeout = 3; public static final int RIGHT_CLICK_NONE = 0; public static final int RIGHT_CLICK_WITH_MULTITOUCH = 1; public static final int RIGHT_CLICK_WITH_PRESSURE = 2; public static final int RIGHT_CLICK_WITH_KEY = 3; public static final int RIGHT_CLICK_WITH_TIMEOUT = 4; public static int RightClickTimeout = 4; public static int RightClickMethod = AppNeedsTwoButtonMouse ? RIGHT_CLICK_WITH_MULTITOUCH : RIGHT_CLICK_NONE; public static int RightClickKey = KeyEvent.KEYCODE_MENU; public static boolean MoveMouseWithJoystick = false; public static int MoveMouseWithJoystickSpeed = 0; public static int MoveMouseWithJoystickAccel = 0; public static boolean ClickMouseWithDpad = false; public static boolean RelativeMouseMovement = AppNeedsTwoButtonMouse; // Laptop touchpad mode public static int RelativeMouseMovementSpeed = 2; public static int RelativeMouseMovementAccel = 0; public static boolean ShowScreenUnderFinger = false; public static boolean KeepAspectRatio = false; public static int ClickScreenPressure = 0; public static int ClickScreenTouchspotSize = 0; public static int RemapHwKeycode[] = new int[SDL_Keys.JAVA_KEYCODE_LAST]; public static int RemapScreenKbKeycode[] = new int[6]; public static boolean ScreenKbControlsShown[] = new boolean[8]; /* Also joystick and text input button added */ public static int ScreenKbControlsLayout[][] = new int[8][4]; public static int RemapMultitouchGestureKeycode[] = new int[4]; public static boolean MultitouchGesturesUsed[] = new boolean[4]; public static int MultitouchGestureSensitivity = 1; public static int TouchscreenCalibration[] = new int[4]; public static String DataDir = new String(""); public static boolean SmoothVideo = false; public static boolean MultiThreadedVideo = false; }