public class EaselInputHelper
extends java.lang.Object
| Constructor and Description |
|---|
EaselInputHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getMouseX() |
static int |
getMouseY() |
static boolean |
isAltPressed() |
static boolean |
isControlPressed() |
static boolean |
isShiftPressed() |
public static boolean isShiftPressed()
public static boolean isAltPressed()
public static boolean isControlPressed()
public static int getMouseX()
public static int getMouseY()