Function InputMapSingleton.actionAddEvent

Adds an InputEvent to an action. This InputEvent will trigger the action.

void actionAddEvent (
  const(String) action,
  InputEvent event
) nothrow @nogc;