OpenTK.Platform.X11.X11Joystick.GetState C# (CSharp) Method

GetState() public method

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

Same methods

X11Joystick::GetState ( int index ) : GamePadState