| 193 | } |
| 194 | |
| 195 | static 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 | |
| 201 | static int sdl::EIO_OnEvent(eio_req *req) { |
| 202 | HandleScope scope; |
nothing calls this directly
no outgoing calls
no test coverage detected