Fixed member order to make more sense

Sam Lantinga 2020-01-28 21:41:13 -08:00
parent 43b377b077
commit 598cf69475
1 changed files with 1 additions and 1 deletions

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;