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

IsButtonJustPressed() public method

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