godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ShortCut._classBinding
godot
shortcut
ShortCut
Undocumented in source.
struct
ShortCut
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_shortcut")
GodotMethod
!(
void
,
InputEvent
)
setShortcut
;
__gshared
@
GodotName
("get_shortcut")
GodotMethod
!(
InputEvent
)
getShortcut
;
__gshared
@
GodotName
("is_valid")
GodotMethod
!(
bool
)
isValid
;
__gshared
@
GodotName
("is_shortcut")
GodotMethod
!(
bool
,
InputEvent
)
isShortcut
;
__gshared
@
GodotName
("get_as_text")
GodotMethod
!(
String
)
getAsText
;
}
Members
Static variables
getAsText
GodotMethod
!(
String
)
getAsText
;
Undocumented in source.
getShortcut
GodotMethod
!(
InputEvent
)
getShortcut
;
Undocumented in source.
isShortcut
GodotMethod
!(
bool
,
InputEvent
)
isShortcut
;
Undocumented in source.
isValid
GodotMethod
!(
bool
)
isValid
;
Undocumented in source.
setShortcut
GodotMethod
!(
void
,
InputEvent
)
setShortcut
;
Undocumented in source.
Meta
Source
See Implementation
godot
shortcut
ShortCut
aliases
BaseClasses
functions
getAsText
getShortcut
isShortcut
isValid
opAssign
opEquals
setShortcut
properties
shortcut
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name