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