Syntax
struct MouseEvent : com::sun::star::awt::InputEvent ;
Description
specifies an event from the mouse.
See also
- InputEvent
-
Field Summary
|
Buttons |
contains the pressed mouse buttons.
|
|
X |
contains the x coordinate location of the mouse.
|
|
Y |
contains the y coordinate location of the mouse.
|
|
ClickCount |
contains the number of mouse clicks associated with event.
|
|
PopupTrigger |
specifies if this event is a popup-menu trigger event.
|
|
Field Details
|
|
Syntax
short Buttons;
Description
contains the pressed mouse buttons.
Zero ore more constants from the MouseButton group.
Syntax
long X;
Description
contains the x coordinate location of the mouse.
Syntax
long Y;
Description
contains the y coordinate location of the mouse.
Syntax
long ClickCount;
Description
contains the number of mouse clicks associated with event.
Syntax
boolean PopupTrigger;
Description
specifies if this event is a popup-menu trigger event.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.