BlisterUI.Input.GamePadManager.IsButtonJustReleased C# (CSharp) Method

IsButtonJustReleased() public method

public IsButtonJustReleased ( Buttons button ) : bool
button Buttons
return bool
        public bool IsButtonJustReleased(Buttons button)
        {
            return cGS.IsButtonUp(button) && pGS.IsButtonDown(button);
        }