IKeyboardEvent

interface in UnityEngine.UIElements

Description

Interface for keyboard events.

Properties

actionKeyReturns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise.
altKeyReturn true if the Alt key is pressed.
characterThe character.
commandKeyReturn true if the Windows/Command key is pressed.
ctrlKeyReturn true if the Control key is pressed.
keyCodeThe key code.
modifiersFlag set holding the pressed modifier keys (Alt, Control, Shift, Windows/Command).
shiftKeyReturn true if the Shift key is pressed.

Did you find this page useful? Please give it a rating: