interface in UnityEngine.Experimental.UIElements
切换到手册键盘事件接口。
actionKey | Returns true if the platform specific action key is pressed. This key is Command on macOS and Control otherwise. |
altKey | 如果按下 Alt 键,则返回 true。 |
character | 字符。 |
commandKey | 如果按下 Windows/Command 键,则返回 true。 |
ctrlKey | 如果按下 Control 键,则返回 true。 |
keyCode | 键代码。 |
modifiers | 标志集,用于保存所按修改键(Alt、Control、Shift、Windows/Command)。 |
shiftKey | 如果按下 Shift 键,则返回 true。 |