OpenTK.Platform.X11.X11Joystick.GetState C# (CSharp) 메소드

GetState() 공개 메소드

public GetState ( ) : GamePadState
리턴 GamePadState
        public GamePadState GetState()
        {
            throw new NotImplementedException();
        }

Same methods

X11Joystick::GetState ( int index ) : GamePadState