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
|
|
Syntax
short KeyCode;
Description
contains the integer code representing the key of the event.
This is a constant from the constant group Key .
Syntax
char KeyChar;
Description
contains the Unicode character generated by this event or 0.
Syntax
short KeyFunc;
Description
contains the function type of the key event.
This is a constant from the constant group
KeyFunction .
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.