org.minueto.handlers
Class MinuetoMouse

java.lang.Object
  extended by org.minueto.handlers.MinuetoMouse

public class MinuetoMouse
extends java.lang.Object

The MinuetoMouse class contains the set of constants returned by the MinuetoMouseHandler. Instead pf evaluating mouse buttons as integer values. the following constants should be used.

Since:
Minueto 0.4
See Also:
MinuetoMouseHandler

Field Summary
static int MOUSE_BUTTON_LEFT
          The left mouse button.
static int MOUSE_BUTTON_MIDDLE
          The center mouse button.
static int MOUSE_BUTTON_RIGHT
          The right mouse button.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOUSE_BUTTON_LEFT

public static final int MOUSE_BUTTON_LEFT
The left mouse button.

See Also:
Constant Field Values

MOUSE_BUTTON_MIDDLE

public static final int MOUSE_BUTTON_MIDDLE
The center mouse button.

See Also:
Constant Field Values

MOUSE_BUTTON_RIGHT

public static final int MOUSE_BUTTON_RIGHT
The right mouse button.

See Also:
Constant Field Values