mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
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 HIDDeviceManager mManager;
|
||||||
protected UsbDevice mDevice;
|
protected UsbDevice mDevice;
|
||||||
protected int mInterface;
|
|
||||||
protected int mInterfaceIndex;
|
protected int mInterfaceIndex;
|
||||||
|
protected int mInterface;
|
||||||
protected int mDeviceId;
|
protected int mDeviceId;
|
||||||
protected UsbDeviceConnection mConnection;
|
protected UsbDeviceConnection mConnection;
|
||||||
protected UsbEndpoint mInputEndpoint;
|
protected UsbEndpoint mInputEndpoint;
|
||||||
|
Loading…
Reference in New Issue
Block a user