hyades.GamePadDevice.IsPressed C# (CSharp) Method

IsPressed() public method

public IsPressed ( Buttons button ) : bool
button Buttons
return bool
        public override bool IsPressed(Buttons button)
        {
            return curr.IsButtonDown(button) && prev.IsButtonUp(button);
        }