Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aloshi/EmulationStation
/ getPlayerNum
Method
getPlayerNum
src/InputConfig.cpp:183–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
182
void InputConfig::setPlayerNum(int num) { mPlayerNum = num; }
183
int InputConfig::getPlayerNum() { return mPlayerNum; }
184
int InputConfig::getDeviceId() { return mDeviceId; }
Callers
4
getInputConfigByPlayer
Method · 0.80
input
Method · 0.80
input
Method · 0.80
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected