Function InputMapSingleton.eventIsAction

Returns true if the given event is part of an existing action. This method ignores keyboard modifiers if the given InputEvent is not pressed (for proper release detection). See actionHasEvent if you don't want this behavior.

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