Singleton GC Adapter class, remove globals, fix naming convention
Fix clang formatting Manual fix for configure_input_player formatting Add missing lib usb cmake command
This commit is contained in:
parent
c94583d867
commit
121af3646d
9 changed files with 288 additions and 227 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
GCAdapter::Adapter* adapter;
|
||||
bool polling = false;
|
||||
};
|
||||
|
||||
|
@ -54,9 +55,11 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
GCAdapter::Adapter* adapter;
|
||||
int analog_x_axis = -1;
|
||||
int analog_y_axis = -1;
|
||||
int controller_number = -1;
|
||||
bool polling = false;
|
||||
};
|
||||
|
||||
} // namespace InputCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue