跳到主要内容

ShortCut

继承

Resource

简要描述

绑定输入的快捷方式。

描述

绑定输入的快捷方式。

快捷方式通常用于与InputEvent中的Control元素进行交互。

成员

类型属性名默认值
InputEventshortcut

方法

返回值类型方法名称
Stringget_as_text() const
boolis_shortcut(event: InputEvent) const
boolis_valid() const

常量

成员说明

  • InputEvent shortcut
setterset_shortcut(value)
getterget_shortcut

方法说明

  • get_as_text get_as_text() const

返回快捷方式的InputEvent作为String


  • is_shortcut is_shortcut(event: InputEvent) const

如果快捷方式的InputEvent等于event,则返回true


  • is_valid is_valid() const

如果true,则此快捷方式有效。