godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
InputMapSingleton.actionAddEvent
godot
inputmap
InputMapSingleton
Adds an
InputEvent
to an action. This
InputEvent
will trigger the action.
struct
InputMapSingleton
@
nogc
nothrow
void
actionAddEvent
(
in
String
action
,
InputEvent
event
)
Meta
Source
See Implementation
godot
inputmap
InputMapSingleton
aliases
BaseClasses
functions
actionAddEvent
actionEraseEvent
actionEraseEvents
actionHasEvent
actionSetDeadzone
addAction
eraseAction
eventIsAction
getActionList
getActions
hasAction
loadFromGlobals
opAssign
opEquals
toHash
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Adds an InputEvent to an action. This InputEvent will trigger the action.