LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies a key event. More...
import"KeyEvent.idl";
Public Attributes | |
short | KeyCode |
contains the integer code representing the key of the event. More... | |
char | KeyChar |
contains the Unicode character generated by this event or 0. More... | |
short | KeyFunc |
contains the function type of the key event. More... | |
Public Attributes inherited from InputEvent | |
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... | |
specifies a key event.
char KeyChar |
contains the Unicode character generated by this event or 0.
short KeyCode |
contains the integer code representing the key of the event.
This is a constant from the constant group Key.
short KeyFunc |
contains the function type of the key event.
This is a constant from the constant group KeyFunction.