diff src/video/ataricommon/SDL_gemdosevents.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_gemdosevents.c	Tue Jan 31 19:46:26 2006 +0000
+++ b/src/video/ataricommon/SDL_gemdosevents.c	Tue Jan 31 21:33:35 2006 +0000
@@ -158,7 +158,7 @@
 				TranslateKey(i, gemdos_currentascii[i], &keysym, SDL_FALSE));
 	}
 
-	SDL_AtariXbios_PostMouseEvents(this);
+	SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE);
 
 	/* Will be previous table */
 	memcpy(gemdos_previouskeyboard, gemdos_currentkeyboard, ATARIBIOS_MAXKEYS);