LibreOffice
LibreOffice 24.2 SDK API Reference
|
the root event class for all component-level input events. More...
import"InputEvent.idl";
Public Attributes | |
short | Modifiers |
contains the modifier keys which were pressed while the event occurred. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
the root event class for all component-level input events.
Input events are delivered to listeners before they are processed normally by the source where they originated.
short Modifiers |
contains the modifier keys which were pressed while the event occurred.
Zero or more constants from the com::sun::star::awt::KeyModifier group.