Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_biosevents.c @ 1310:a201a8c62522
Add flag to post mouse button events or not, and use defined function to post them
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Tue, 31 Jan 2006 21:33:35 +0000 |
parents | a8068adf156b |
children | c9b51268668f |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_biosevents.c Tue Jan 31 19:46:26 2006 +0000 +++ b/src/video/ataricommon/SDL_biosevents.c Tue Jan 31 21:33:35 2006 +0000 @@ -153,7 +153,7 @@ TranslateKey(i, bios_currentascii[i], &keysym, SDL_FALSE)); } - SDL_AtariXbios_PostMouseEvents(this); + SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); /* Will be previous table */ memcpy(bios_previouskeyboard, bios_currentkeyboard, ATARIBIOS_MAXKEYS);