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

Method startPolling

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

Source from the content-addressed store, hash-verified

170}
171
172void InputManager::startPolling()
173{
174 if(devicePollingTimer != NULL)
175 return;
176
177 devicePollingTimer = SDL_AddTimer(POLLING_INTERVAL, devicePollingCallback, (void *)this);
178}
179
180void InputManager::stopPolling()
181{

Callers 1

inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected