equal
deleted
inserted
replaced
70 void AtariGemdos_PumpEvents(_THIS) |
70 void AtariGemdos_PumpEvents(_THIS) |
71 { |
71 { |
72 int i; |
72 int i; |
73 SDL_keysym keysym; |
73 SDL_keysym keysym; |
74 |
74 |
|
75 SDL_AtariMint_BackgroundTasks(); |
|
76 |
75 /* Update pressed keys */ |
77 /* Update pressed keys */ |
76 SDL_memset(gemdos_currentkeyboard, 0, ATARIBIOS_MAXKEYS); |
78 SDL_memset(gemdos_currentkeyboard, 0, ATARIBIOS_MAXKEYS); |
77 |
79 |
78 while (Cconis()!=DEV_BUSY) { |
80 while (Cconis()!=DEV_BUSY) { |
79 unsigned long key_pressed; |
81 unsigned long key_pressed; |