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

Method getNumJoysticks

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

Source from the content-addressed store, hash-verified

222}
223
224int InputManager::getNumJoysticks() { return mNumJoysticks; }
225int InputManager::getButtonCountByDevice(int id)
226{
227 if(id == DEVICE_KEYBOARD)

Callers 2

inputMethod · 0.80
renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected