MCPcopy 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
49void pump_events() {
50 SDL_Event event;
51 while (SDL_PollEvent(&event)) {
52 EventHandler(0, &event);
53 }
54}
55
56int main(int argc, char **argv) {
57 SDL_Init(SDL_INIT_VIDEO);

Callers

nothing calls this directly

Calls 1

EventHandlerFunction · 0.70

Tested by

no test coverage detected