Syntax
struct InputEvent : com::sun::star::lang::EventObject ;
Description
the root event class for all component-level input events.
Input events are delivered to listeners before they are
processed normally by the source where they originated.
See also
- WindowEvent
-
Field Summary
|
Modifiers |
contains the modifier keys which were pressed while event occurred.
|
|
Field Details
|
|
Syntax
short Modifiers;
Description
contains the modifier keys which were pressed while event occurred.
Zero or more constants from the KeyModifier group.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.