InputMapSingleton.addAction

Adds an empty action to the InputMap with a configurable deadzone. An InputEvent can then be added to this action with actionAddEvent.

struct InputMapSingleton
@nogc nothrow
void
addAction
(
StringArg0
)
(
in StringArg0 action
,
in double deadzone = 0.5
)

Meta