LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
InputEvent Struct Referencepublished

the root event class for all component-level input events. More...

import"InputEvent.idl";

Inheritance diagram for InputEvent:
EventObject KeyEvent MouseEvent EnhancedMouseEvent

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...
 

Detailed Description

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.

See also
WindowEvent

Member Data Documentation

◆ Modifiers

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.


The documentation for this struct was generated from the following file: