|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module awt {
base interface for all event listeners interfaces.
Definition: XEventListener.idl:27
specifies an event from the mouse.
Definition: MouseEvent.idl:35
makes it possible to receive mouse motion events on a window.
Definition: XMouseMotionHandler.idl:28
Definition: Ambiguous.idl:20
boolean mouseMoved([in] com::sun::star::awt::MouseEvent e)
is invoked when the mouse button has been moved on a window (with no buttons down).
boolean mouseDragged([in] com::sun::star::awt::MouseEvent e)
is invoked when a mouse button is pressed on a window and then dragged.