Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ pump_events
Function
pump_events
test/browser/test_sdl2_key.c:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void pump_events() {
50
SDL_Event event;
51
while (SDL_PollEvent(&event)) {
52
EventHandler(0, &event);
53
}
54
}
55
56
int main(int argc, char **argv) {
57
SDL_Init(SDL_INIT_VIDEO);
Callers
nothing calls this directly
Calls
1
EventHandler
Function · 0.70
Tested by
no test coverage detected