11 #include "games/controllers/ControllerTypes.h" 12 #include "threads/Thread.h" 26 void Initialize(ControllerVector controllers,
27 ControllerPtr defaultController,
29 const std::function<
void(ControllerPtr)>& callback);
34 void Process()
override;
38 ControllerVector m_controllers;
39 ControllerPtr m_defaultController;
40 bool m_showDisconnect =
true;
41 std::function<void(ControllerPtr)> m_callback;
Controller configuration window.
Definition: AudioDecoder.h:18
Definition: ControllerSelect.h:20