mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Connect all available controllers in GUI (#380)
This commit is contained in:
parent
fc5306cfdd
commit
dff9844132
4 changed files with 28 additions and 19 deletions
|
@ -41,7 +41,7 @@ class ControllerManager : public QObject
|
|||
ControllerManager(QObject *parent = nullptr);
|
||||
~ControllerManager();
|
||||
|
||||
QList<int> GetAvailableControllers();
|
||||
QSet<int> GetAvailableControllers();
|
||||
Controller *OpenController(int device_id);
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue