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

struct InputEvent
Base Hierarchy
InputEvent
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
Modifiers contains the modifier keys which were pressed while the event occurred.  
Elements' Details
Modifiers
short Modifiers;
Description
contains the modifier keys which were pressed while the event occurred.

Zero or more constants from the KeyModifier group.

Top of Page