Version: 2020.3

IKeyboardEvent

interface in UnityEngine.UIElements

切换到手册

描述

键盘事件接口。

变量

actionKey如果按下了特定于平台的操作键,则返回 true。此键在 macOS 上是 Cmd,在所有其他平台上是 Ctrl。
altKey如果按下 Alt 键,则返回 true。
character字符。
commandKey如果按下 Windows/Command 键,则返回 true。
ctrlKey如果按下 Control 键,则返回 true。
keyCode键代码。
modifiers标志集,用于保存所按修改键(Alt、Control、Shift、Windows/Command)。
shiftKey如果按下 Shift 键,则返回 true。