struct KeyEvent in module com::sun::star::awt::

(Global Index)

Syntax

struct KeyEvent : com::sun::star::awt::InputEvent ;

Description

specifies the component-level keyboard event.

See also

InputEvent

Field Summary

KeyCode contains the integer code representing the key of the event.

KeyChar contains the Unicode character generated by this event or 0.

KeyFunc contains the function type of the key event.

Field Details



KeyCode

Syntax

short KeyCode;

Description

contains the integer code representing the key of the event.

This is a constant from the constant group Key .


KeyChar

Syntax

char KeyChar;

Description

contains the Unicode character generated by this event or 0.


KeyFunc

Syntax

short KeyFunc;

Description

contains the function type of the key event.

This is a constant from the constant group KeyFunction .

Top of Page