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

Method stopPolling

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

Source from the content-addressed store, hash-verified

178}
179
180void InputManager::stopPolling()
181{
182 if(devicePollingTimer == NULL)
183 return;
184
185 SDL_RemoveTimer(devicePollingTimer);
186 devicePollingTimer = NULL;
187}
188
189void InputManager::deinit()
190{

Callers 1

inputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected