Class UIUtils
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.utils.UIUtils
-
public final class UIUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanalt()static booleanalt(int keycode)static booleanctrl()static booleanctrl(int keycode)static booleanleft()static booleanleft(int button)static booleanmiddle()static booleanmiddle(int button)static booleanright()static booleanright(int button)static booleanshift()static booleanshift(int keycode)
-
-
-
Method Detail
-
left
public static boolean left()
-
left
public static boolean left(int button)
-
right
public static boolean right()
-
right
public static boolean right(int button)
-
middle
public static boolean middle()
-
middle
public static boolean middle(int button)
-
shift
public static boolean shift()
-
shift
public static boolean shift(int keycode)
-
ctrl
public static boolean ctrl()
-
ctrl
public static boolean ctrl(int keycode)
-
alt
public static boolean alt()
-
alt
public static boolean alt(int keycode)
-
-