CarpMuffin.Input.KeyboardManager.IsAnyKeyPressed C# (CSharp) Method

IsAnyKeyPressed() public method

public IsAnyKeyPressed ( ) : bool
return bool
        public bool IsAnyKeyPressed()
        {
            return CurrentState.GetPressedKeys().Count() > 0;
        }