ControlHandler.IsPressed C# (CSharp) Method

IsPressed() public static method

public static IsPressed ( string key ) : bool
key string
return bool
    public static bool IsPressed(string key)
    {
        return ControlHandler.IsPressed(key, DataHolder.GameSettings().inputHandling);
    }

Same methods

ControlHandler::IsPressed ( string key, InputHandling, inputHandling ) : bool