ControlHandler.IsHeld C# (CSharp) Method

IsHeld() public static method

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

Same methods

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