godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
ShortCut.isShortcut
godot
shortcut
ShortCut
Returns
true
if the shortcut's
InputEvent
equals
event
.
struct
ShortCut
@
nogc
nothrow const
bool
isShortcut
(
InputEvent
event
)
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
Returns true if the shortcut's InputEvent equals event.