mirror of https://github.com/encounter/SDL.git
Fixed member order to make more sense
This commit is contained in:
parent
43b377b077
commit
598cf69475
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue