MCPcopy 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
182void InputConfig::setPlayerNum(int num) { mPlayerNum = num; }
183int InputConfig::getPlayerNum() { return mPlayerNum; }
184int InputConfig::getDeviceId() { return mDeviceId; }

Callers 4

inputMethod · 0.80
inputMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected