This version of Unity is unsupported.

IKeyboardEvent

interface in UnityEngine.UIElements

Description

Interface for keyboard events.

Properties

actionKeyReturns true if the platform-specific action key is pressed. This key is Cmd on macOS, and Ctrl on all other platforms.
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.