Elements' Details |
Buttons
short Buttons;
- Description
- contains the pressed mouse buttons.
Zero ore more constants from the
MouseButton group.
|
|
X
long X;
- Description
- contains the x coordinate location of the mouse.
|
|
Y
long Y;
- Description
- contains the y coordinate location of the mouse.
|
|
ClickCount
long ClickCount;
- Description
- contains the number of mouse clicks associated with event.
|
|
PopupTrigger
boolean PopupTrigger;
- Description
- specifies if this event is a popup-menu trigger event.
|
|
Copyright © 2003 Sun Microsystems, Inc.