LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies an event from the mouse. More...
import"MouseEvent.idl";
Public Attributes | |
short | Buttons |
contains the pressed mouse buttons. More... | |
long | X |
contains the x coordinate location of the mouse. More... | |
long | Y |
contains the y coordinate location of the mouse. More... | |
long | ClickCount |
contains the number of mouse clicks associated with event. More... | |
boolean | PopupTrigger |
specifies if this event is a pop-up menu trigger event. More... | |
Public Attributes inherited from InputEvent | |
short | Modifiers |
contains the modifier keys which were pressed while the event occurred. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
specifies an event from the mouse.
This event is also used for pop-up menu requests on objects. See PopupTrigger for details.
short Buttons |
contains the pressed mouse buttons.
Zero or more constants from the com::sun::star::awt::MouseButton group.
long ClickCount |
contains the number of mouse clicks associated with event.
boolean PopupTrigger |
specifies if this event is a pop-up menu trigger event.
If this member is TRUE
, the event describes a request for a pop-up menu, also known as context menu, on an object.
In this case, X and Y describe the position where the request was issued. If those members are -1
, then the request was issued using the keyboard, by pressing the operating-system dependent key combination for this purpose.
long X |
contains the x coordinate location of the mouse.
long Y |
contains the y coordinate location of the mouse.