22 module
com { module sun { module star { module awt {
makes it possible to receive mouse motion events on a window.
Definition XMouseMotionHandler.idl:28
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.
base interface for all event listeners interfaces.
Definition generated_idl_chapter_refs.idl:2648
Definition Ambiguous.idl:20
specifies an event from the mouse.
Definition MouseEvent.idl:35