Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
Input InputConfig::getInputByName(const std::string& name)
67
{
68
return mNameMap[toLower(name)];
69
}
70
71
bool InputConfig::isMappedTo(const std::string& name, Input input)
72
{
Callers
nothing calls this directly
Calls
1
toLower
Function · 0.85
Tested by
no test coverage detected