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

Method getInputByName

src/InputConfig.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66Input InputConfig::getInputByName(const std::string& name)
67{
68 return mNameMap[toLower(name)];
69}
70
71bool InputConfig::isMappedTo(const std::string& name, Input input)
72{

Callers

nothing calls this directly

Calls 1

toLowerFunction · 0.85

Tested by

no test coverage detected