BlisterUI.Input.GamePadManager.IsButtonJustReleased C# (CSharp) Méthode

IsButtonJustReleased() public méthode

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