org.jtgl.input
Class MouseInputControl
java.lang.Object
org.jtgl.input.InputControl
org.jtgl.input.MouseInputControl
public abstract class MouseInputControl
- extends InputControl
Mouse InputControl
- Author:
- Manuel Polo (manuel_polo at yahoo dot es)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTROL_CLASSNAME
public static final java.lang.String CONTROL_CLASSNAME
- See Also:
- Constant Field Values
BUTTON_NONE
public static final int BUTTON_NONE
- See Also:
- Constant Field Values
BUTTON_1
public static final int BUTTON_1
- See Also:
- Constant Field Values
BUTTON_2
public static final int BUTTON_2
- See Also:
- Constant Field Values
BUTTON_3
public static final int BUTTON_3
- See Also:
- Constant Field Values
MouseInputControl
public MouseInputControl()
- Creates a new instance of MouseInputControl
getX
public abstract int getX()
getY
public abstract int getY()
getButtons
public abstract int getButtons()