|
Brunot
|
Class that detects whenever controllers are plugged in and broadcasts whenever any of them do an input. More...
#include <array>#include <memory>#include <string>#include <unordered_map>#include "Utility/ControllerInputs/controllerInputTracker.h"Go to the source code of this file.
Classes | |
| class | Controllers |
| Class that detects whenever controllers are plugged in and broadcasts whenever any of them do an input. More... | |
Class that detects whenever controllers are plugged in and broadcasts whenever any of them do an input.
Doesn't personally handle knowing when a button should emit a pressed signal. Defers that behavior to ControllerButton s and ControllerStick s