Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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

IKeyboardEvent

interface in UnityEngine.Experimental.UIElements

Description

Interface for keyboard events.

Properties

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答