SolutionLecture5.InputManager.IsKeyUp C# (CSharp) Method

IsKeyUp() public method

public IsKeyUp ( Keys key ) : bool
key Keys
return bool
        public bool IsKeyUp(Keys key)
        {
            return _curKeyState.IsKeyUp(key);
        }