Simple keyboard support for SDL

This commit is contained in:
Iwan Timmer
2015-07-12 18:22:30 +02:00
parent a92d215151
commit be83130820
3 changed files with 41 additions and 4 deletions

View File

@@ -101,9 +101,6 @@ static int sdl_submit_decode_unit(PDECODE_UNIT decodeUnit) {
fprintf(stderr, "Video decode buffer too small");
exit(1);
}
SDL_Event event;
SDL_PollEvent(&event);
return DR_OK;
}