Language
The Free and Open Productivity Suite
:: drafts :: com :: sun :: star :: awt ::
|
struct KeyStroke |
|
- Description
- Describes a key stroke for hotkeys etc.
|
Elements' Summary |
Modifiers |
contains the modifier keys which were pressed while event occurred.
|
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.
|
Elements' Details |
Modifiers
short Modifiers;
- Description
- contains the modifier keys which were pressed while event occurred.
Zero or more constants from the group
com::sun::star::awt::KeyModifier .
|
|
KeyCode
short KeyCode;
- Description
- contains the integer code representing the key of the event.
This is a constant from the constant group
com::sun::star::awt::Key .
|
|
KeyChar
char KeyChar;
- Description
- contains the Unicode character generated by this event or 0.
|
|
KeyFunc
short KeyFunc;
- Description
- contains the function type of the key event.
This is a constant from the constant group
com::sun::star::awt::KeyFunction .
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.