Fixed member order to make more sense

This commit is contained in:
Sam Lantinga
2020-01-28 21:41:13 -08:00
parent e24a78ff3d
commit 706579f0c6

View File

@@ -11,8 +11,8 @@ class HIDDeviceUSB implements HIDDevice {
protected HIDDeviceManager mManager;
protected UsbDevice mDevice;
protected int mInterface;
protected int mInterfaceIndex;
protected int mInterface;
protected int mDeviceId;
protected UsbDeviceConnection mConnection;
protected UsbEndpoint mInputEndpoint;