mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
more
This commit is contained in:
@@ -43,7 +43,7 @@ int main() {
|
||||
while (run) {
|
||||
SDL_Event ev;
|
||||
|
||||
if (SDL_PollEvent(&ev)) {
|
||||
while (SDL_PollEvent(&ev)) {
|
||||
switch (ev.type) {
|
||||
case SDL_WINDOWEVENT:
|
||||
switch (ev.window.event) {
|
||||
|
Reference in New Issue
Block a user