25#include <unordered_map>
43 auto initialize(
const std::unordered_map<int, std::string>& holdButtonMap,
const std::unordered_map<int, std::string>& tapButtonMap,
const std::unordered_map<
int, std::pair<std::string,std::string>>& sticksMap) -> void;
Helper class that assists Controllers by managing when a stick should be considered pressed or not.