Function InputMapSingleton.actionHasEvent

Returns true if the action has the given InputEvent associated with it.

bool actionHasEvent (
  const(String) action,
  InputEvent event
) nothrow @nogc;