equal
deleted
inserted
replaced
69 void AtariBios_PumpEvents(_THIS) |
69 void AtariBios_PumpEvents(_THIS) |
70 { |
70 { |
71 int i; |
71 int i; |
72 SDL_keysym keysym; |
72 SDL_keysym keysym; |
73 |
73 |
|
74 SDL_AtariMint_BackgroundTasks(); |
|
75 |
74 /* Update pressed keys */ |
76 /* Update pressed keys */ |
75 SDL_memset(bios_currentkeyboard, 0, ATARIBIOS_MAXKEYS); |
77 SDL_memset(bios_currentkeyboard, 0, ATARIBIOS_MAXKEYS); |
76 |
78 |
77 while (Bconstat(_CON)) { |
79 while (Bconstat(_CON)) { |
78 unsigned long key_pressed; |
80 unsigned long key_pressed; |