MCPcopy Create free account
hub / github.com/creationix/node-sdl / EIO_WaitEvent

Method EIO_WaitEvent

src/sdl.cc:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static int sdl::EIO_WaitEvent(eio_req *req) {
196 sdl::closure_t *closure = (sdl::closure_t *) req->data;
197 closure->status = SDL_WaitEvent(NULL);
198 return 0;
199}
200
201static int sdl::EIO_OnEvent(eio_req *req) {
202 HandleScope scope;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected