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

Method getNumPlayers

src/InputManager.cpp:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233int InputManager::getNumPlayers() { return mNumPlayers; }
234void InputManager::setNumPlayers(int num) { mNumPlayers = num; }
235
236InputConfig* InputManager::getInputConfigByDevice(int device)

Callers 4

GuiDetectDeviceMethod · 0.80
inputMethod · 0.80
renderMethod · 0.80
inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected