OpenTK.Platform.X11.X11Joystick.GetState C# (CSharp) Méthode

GetState() public méthode

public GetState ( ) : GamePadState
Résultat GamePadState
        public GamePadState GetState()
        {
            throw new NotImplementedException();
        }

Same methods

X11Joystick::GetState ( int index ) : GamePadState