Fixed member order to make more sense

This commit is contained in:
Sam Lantinga 2020-01-28 21:41:13 -08:00
parent a8f3dbf7be
commit b3e4cf8e4f

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;