Home
last modified time | relevance | path

Searched refs:ShowScreenUnderFinger (Results 1 – 3 of 3) sorted by relevance

/dports/games/warmux/warmux-11.04/build/android/src/
H A DGlobals.java95 public static boolean ShowScreenUnderFinger = false; field in Globals
H A DSettings.java68 out.writeBoolean(Globals.ShowScreenUnderFinger); in Save()
192 Globals.ShowScreenUnderFinger = settingsFile.readBoolean(); in Load()
2096 Globals.ShowScreenUnderFinger ? 1 : 0, in Apply()
2203 …private static native void nativeSetMouseUsed(int RightClickMethod, int ShowScreenUnderFinger, int… in nativeSetMouseUsed() argument
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_androidinput.c761 jint RightClickMethod, jint ShowScreenUnderFinger, jint LeftClickMethod, in JAVA_EXPORT_NAME()
771 SDL_ANDROID_ShowScreenUnderFinger = ShowScreenUnderFinger; in JAVA_EXPORT_NAME()