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);
        }