Top   Module   Use   Manual   Index 

com :: sun :: star :: awt ::

struct KeyEvent

Base Struct
com::sun::star::awt::InputEvent

Description
specifies the component-level keyboard event.
See also
InputEvent


Elements

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

This is a constant from the constant group Key .

char KeyChar
Description
contains the Unicode character generated by this event or 0.
short KeyFunc
Description
contains the function type of the key event.

This is a constant from the constant group KeyFunction .

Top of Page