Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#
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.

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