Updated ScummVM, fixed UQM, new option: keep screen ratio aspect
This commit is contained in:
@@ -63,10 +63,11 @@ class Globals {
|
||||
public static final int RIGHT_CLICK_WITH_MENU_BUTTON = 1;
|
||||
public static final int RIGHT_CLICK_WITH_MULTITOUCH = 2;
|
||||
public static final int RIGHT_CLICK_WITH_PRESSURE = 3;
|
||||
public static int RightClickMethod = RIGHT_CLICK_WITH_MENU_BUTTON;
|
||||
public static int RightClickMethod = RIGHT_CLICK_NONE;
|
||||
public static boolean LeftClickUsesPressure = false;
|
||||
public static boolean LeftClickUsesMultitouch = false;
|
||||
public static boolean ShowScreenUnderFinger = false;
|
||||
public static boolean KeepAspectRatio = false;
|
||||
public static int ClickScreenPressure = 0;
|
||||
public static int ClickScreenTouchspotSize = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user