hyades.GamePadDevice.IsPressed C# (CSharp) 메소드

IsPressed() 공개 메소드

public IsPressed ( Buttons button ) : bool
button Buttons
리턴 bool
        public override bool IsPressed(Buttons button)
        {
            return curr.IsButtonDown(button) && prev.IsButtonUp(button);
        }