public interface UiEventModifier extends Event
The UiEventModifier
provides access to the data about pressed service keys, such as
<ctrl>
, <alt>
, <shift>
, or <meta>
, when a keyboard or mouse event
occurs.
Modifier and Type | Method and Description |
---|---|
KeyModifiers |
keyModifiers()
Returns the key modifiers that are applied to the event.
|
currentTarget, isBubbles, isCancelable, isTrusted, phase, preventDefault, stopPropagation, target, type
KeyModifiers keyModifiers()