19#ifndef __com_sun_star_awt_KeyStroke_idl__
20#define __com_sun_star_awt_KeyStroke_idl__
24module
com { module sun { module star { module awt {
Definition Ambiguous.idl:22
Describes a key stroke for hotkeys etc.
Definition KeyStroke.idl:32
char KeyChar
contains the Unicode character generated by this event or 0.
Definition KeyStroke.idl:52
short KeyFunc
contains the function type of the key event.
Definition KeyStroke.idl:60
short KeyCode
contains the integer code representing the key of the event.
Definition KeyStroke.idl:47
short Modifiers
contains the modifier keys which were pressed while the event occurred.
Definition KeyStroke.idl:39