Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void InputManager::stopPolling()
181
{
182
if(devicePollingTimer == NULL)
183
return;
184
185
SDL_RemoveTimer(devicePollingTimer);
186
devicePollingTimer = NULL;
187
}
188
189
void InputManager::deinit()
190
{
Callers
1
input
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected