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

Method InputManager

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

Source from the content-addressed store, hash-verified

27//----- InputManager ---------------------------------------------------------------------------
28
29InputManager::InputManager(Window* window) : mWindow(window),
30 mJoysticks(NULL), mInputConfigs(NULL), mKeyboardInputConfig(NULL), mPrevAxisValues(NULL),
31 mNumJoysticks(0), mNumPlayers(0), devicePollingTimer(NULL)
32{
33}
34
35InputManager::~InputManager()
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected