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

GetDeviceName() public method

public GetDeviceName ( int index ) : string
index int
return string
        public string GetDeviceName(int index)
        {
            throw new NotImplementedException();
        }
    }