Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void InputConfig::mapInput(const std::string& name, Input input)
62
{
63
mNameMap[toLower(name)] = input;
64
}
65
66
Input InputConfig::getInputByName(const std::string& name)
67
{
Callers
2
loadDefaultConfig
Method · 0.80
input
Method · 0.80
Calls
1
toLower
Function · 0.85
Tested by
no test coverage detected