|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.ui.Event | +--waba.ui.PenEvent
PenEvent is a pen down, up, move or drag event.
A mouse drag occurs when a mouse button is pressed down and the mouse is moved. A mouse move occurs when the mouse is moved without a button being held down.
Field Summary | |
int |
modifiers
The state of the modifier keys when the event occured. |
static int |
PEN_DOWN
The event type for a pen or mouse down event. |
static int |
PEN_DRAG
The event type for a pen or mouse drag event. |
static int |
PEN_MOVE
The event type for a pen or mouse move event. |
static int |
PEN_UP
The event type for a pen or mouse up event. |
int |
x
The x location of the event. |
int |
y
The y location of the event. |
Fields inherited from class waba.ui.Event |
target,
timeStamp,
type |
Constructor Summary | |
PenEvent()
|
Methods inherited from class java.lang.Object |
hashCode,
toString |
Field Detail |
public static final int PEN_DOWN
public static final int PEN_MOVE
public static final int PEN_UP
public static final int PEN_DRAG
public int x
public int y
public int modifiers
IKeys
Constructor Detail |
public PenEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |