public class MouseEvent extends PenEvent
Event.Type<H>
Modifier and Type | Field and Description |
---|---|
static int |
MOUSE_IN
The event type for a mouse moving into a control.
|
static int |
MOUSE_MOVE
The event type for a mouse moving over a control.
|
static int |
MOUSE_OUT
The event type for a mouse moving outside a control.
|
static int |
MOUSE_WHEEL
The event type for a mouse wheel.
|
int |
wheelDirection |
absoluteX, absoluteY, EVENT_NAME, modifiers, PEN_DOWN, PEN_DRAG, PEN_DRAG_END, PEN_DRAG_START, PEN_UP, x, y
Constructor and Description |
---|
MouseEvent() |
clone, dispatch, getEventName, toString, update
clearQueue, getNextAvailableEventId, isAvailable, touch
public int wheelDirection
DragEvent
public static final int MOUSE_MOVE
public static final int MOUSE_IN
public static final int MOUSE_OUT
public static final int MOUSE_WHEEL