BlisterUI.Input.GamePadManager.IsButtonJustReleased C# (CSharp) Метод

IsButtonJustReleased() публичный Метод

public IsButtonJustReleased ( Buttons button ) : bool
button Buttons
Результат bool
        public bool IsButtonJustReleased(Buttons button)
        {
            return cGS.IsButtonUp(button) && pGS.IsButtonDown(button);
        }