Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct MouseEvent

Base Struct
com::sun::star::awt::InputEvent

Description
specifies an event from the mouse.
See also
InputEvent


Elements

short Buttons
Description
contains the pressed mouse buttons.

Zero ore more constants from the MouseButton group.

long X
Description
contains the x coordinate location of the mouse.
long Y
Description
contains the y coordinate location of the mouse.
long ClickCount
Description
contains the number of mouse clicks associated with event.
boolean PopupTrigger
Description
specifies if this event is a popup-menu trigger event.
Top of Page