|
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
makes it possible to receive events from the mouse in a certain window.
Definition: XMouseListener.idl:35
void mouseExited([in] com::sun::star::awt::MouseEvent e)
is invoked when the mouse exits a window.
specifies an event from the mouse.
Definition: MouseEvent.idl:35
void mouseEntered([in] com::sun::star::awt::MouseEvent e)
is invoked when the mouse enters a window.
Definition: Ambiguous.idl:20
void mousePressed([in] com::sun::star::awt::MouseEvent e)
is invoked when a mouse button has been pressed on a window.
void mouseReleased([in] com::sun::star::awt::MouseEvent e)
is invoked when a mouse button has been released on a window.