Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

IKeyboardEvent

interface in UnityEngine.UIElements

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

This interface describes the data used by keyboard events.

Refer to the Keyboard events manual page for more information and examples.

Additional resources: KeyDownEvent, KeyUpEvent

Properties

actionKey Gets a boolean value that indicates whether the platform-specific action key is pressed.
altKey Gets a boolean value that indicates whether the Alt key is pressed.
character Gets the character entered.
commandKey Gets a boolean value that indicates whether the Windows/Cmd key is pressed.
ctrlKey Gets a boolean value that indicates whether the Ctrl key is pressed.
keyCode The key code.
modifiers Gets flags that indicate whether modifier keys (Alt, Ctrl, Shift, Windows/Cmd) are pressed.
shiftKey Gets a boolean value that indicates whether the Shift key is pressed.