LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_awt_XKeyHandler_idl__
21 #define __com_sun_star_awt_XKeyHandler_idl__
28 module
com { module sun { module star { module awt {
specifies a key event.
Definition: KeyEvent.idl:34
base interface for all event listeners interfaces.
Definition: XEventListener.idl:33
This key handler is similar to com::sun::star::awt::XKeyListener but allows the consumption of key ev...
Definition: XKeyHandler.idl:40
boolean keyReleased([in] com::sun::star::awt::KeyEvent aEvent)
This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance,...
Definition: Ambiguous.idl:22
boolean keyPressed([in] com::sun::star::awt::KeyEvent aEvent)
This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance,...