Class Modifiers
- java.lang.Object
-
- com.realtime.crossfire.jxclient.gui.misc.Modifiers
-
public class Modifiers extends java.lang.ObjectHelper functions for keyboard modifiers.
-
-
Field Detail
-
NONE
public static final int NONE
The mask for "no modifier".- See Also:
- Constant Field Values
-
SHIFT
public static final int SHIFT
The mask for "shift".- See Also:
- Constant Field Values
-
CTRL
public static final int CTRL
The mask for "ctrl".- See Also:
- Constant Field Values
-
ALT_GRAPH
public static final int ALT_GRAPH
The mask for "alt_graph".- See Also:
- Constant Field Values
-
MASK
public static final int MASK
The mask for all used modifiers.- See Also:
- Constant Field Values
-
-