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

specifies a key event. More...

import"KeyEvent.idl";

Inheritance diagram for KeyEvent:
InputEvent EventObject

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

Detailed Description

specifies a key event.

See also
InputEvent

Member Data Documentation

◆ KeyChar

char KeyChar

contains the Unicode character generated by this event or 0.

◆ KeyCode

short KeyCode

contains the integer code representing the key of the event.

This is a constant from the constant group Key.

◆ KeyFunc

short KeyFunc

contains the function type of the key event.

This is a constant from the constant group KeyFunction.


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