MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / mapInput

Method mapInput

src/InputConfig.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void InputConfig::mapInput(const std::string& name, Input input)
62{
63 mNameMap[toLower(name)] = input;
64}
65
66Input InputConfig::getInputByName(const std::string& name)
67{

Callers 2

loadDefaultConfigMethod · 0.80
inputMethod · 0.80

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected