mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 07:09:52 +00:00
More WIP towards multiple input sets
This commit is contained in:
parent
b438064517
commit
bf94d541cd
21 changed files with 449 additions and 232 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
int getIndex() const { return stickIndex; }
|
||||
int getInstanceID() const { return instanceID; }
|
||||
inline bool isEnabled() const { return enabled; }
|
||||
inline void setEnabled(bool on) { enabled = on; }
|
||||
|
||||
const char *getAxisName(int axis) const;
|
||||
const char *getButtonName(int btn) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue