Package mgui.interfaces.tools
Class ToolConstants
java.lang.Object
mgui.interfaces.tools.ToolConstants
public class ToolConstants
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
TOOL_IMMEDIATE
static int
TOOL_KEY_PRESSED
static int
TOOL_KEY_RELEASED
static int
TOOL_KEY_TYPED
static int
TOOL_MOUSE_CLICKED
static int
TOOL_MOUSE_DCLICKED
static int
TOOL_MOUSE_DOWN
static int
TOOL_MOUSE_DRAGGED
static int
TOOL_MOUSE_MCLICKED
static int
TOOL_MOUSE_MDRAGGED
static int
TOOL_MOUSE_MOVED
static int
TOOL_MOUSE_RCLICKED
static int
TOOL_MOUSE_RDRAGGED
static int
TOOL_MOUSE_UP
static int
TOOL_MOUSE_WHEEL
-
Constructor Summary
Constructors Constructor Description ToolConstants()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
TOOL_MOUSE_CLICKED
public static final int TOOL_MOUSE_CLICKED- See Also:
- Constant Field Values
-
TOOL_MOUSE_MOVED
public static final int TOOL_MOUSE_MOVED- See Also:
- Constant Field Values
-
TOOL_MOUSE_DRAGGED
public static final int TOOL_MOUSE_DRAGGED- See Also:
- Constant Field Values
-
TOOL_MOUSE_MDRAGGED
public static final int TOOL_MOUSE_MDRAGGED- See Also:
- Constant Field Values
-
TOOL_MOUSE_RDRAGGED
public static final int TOOL_MOUSE_RDRAGGED- See Also:
- Constant Field Values
-
TOOL_MOUSE_DCLICKED
public static final int TOOL_MOUSE_DCLICKED- See Also:
- Constant Field Values
-
TOOL_MOUSE_MCLICKED
public static final int TOOL_MOUSE_MCLICKED- See Also:
- Constant Field Values
-
TOOL_MOUSE_RCLICKED
public static final int TOOL_MOUSE_RCLICKED- See Also:
- Constant Field Values
-
TOOL_MOUSE_WHEEL
public static final int TOOL_MOUSE_WHEEL- See Also:
- Constant Field Values
-
TOOL_MOUSE_UP
public static final int TOOL_MOUSE_UP- See Also:
- Constant Field Values
-
TOOL_MOUSE_DOWN
public static final int TOOL_MOUSE_DOWN- See Also:
- Constant Field Values
-
TOOL_IMMEDIATE
public static final int TOOL_IMMEDIATE- See Also:
- Constant Field Values
-
TOOL_KEY_PRESSED
public static final int TOOL_KEY_PRESSED- See Also:
- Constant Field Values
-
TOOL_KEY_TYPED
public static final int TOOL_KEY_TYPED- See Also:
- Constant Field Values
-
TOOL_KEY_RELEASED
public static final int TOOL_KEY_RELEASED- See Also:
- Constant Field Values
-
-
Constructor Details
-
ToolConstants
public ToolConstants()
-