Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

IKeyboardEvent

interface in UnityEngine.Experimental.UIElements

매뉴얼로 전환

설명

Interface for keyboard events.

변수

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.