mirror of
https://github.com/encounter/SDL.git
synced 2025-12-10 14:07:50 +00:00
Fixed member order to make more sense
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user