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

IsButtonJustPressed() public méthode

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