changeset 1310 | a201a8c62522 |
parent 1237 | a8068adf156b |
child 1312 | c9b51268668f |
1.1 --- a/src/video/ataricommon/SDL_biosevents.c Tue Jan 31 19:46:26 2006 +0000 1.2 +++ b/src/video/ataricommon/SDL_biosevents.c Tue Jan 31 21:33:35 2006 +0000 1.3 @@ -153,7 +153,7 @@ 1.4 TranslateKey(i, bios_currentascii[i], &keysym, SDL_FALSE)); 1.5 } 1.6 1.7 - SDL_AtariXbios_PostMouseEvents(this); 1.8 + SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); 1.9 1.10 /* Will be previous table */ 1.11 memcpy(bios_previouskeyboard, bios_currentkeyboard, ATARIBIOS_MAXKEYS);