Mercurial > sdl-ios-xcode
diff src/video/ataricommon/SDL_gemdosevents.c @ 2031:f54073d86c82
Reenable mouse usage using xbios vectors under MiNT
author | Patrice Mandin <patmandin@gmail.com> |
---|---|
date | Wed, 20 Sep 2006 19:49:23 +0000 |
parents | d774e9d7c2a8 |
children | b657f0bc72c2 |
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_gemdosevents.c Wed Sep 20 19:47:09 2006 +0000 +++ b/src/video/ataricommon/SDL_gemdosevents.c Wed Sep 20 19:49:23 2006 +0000 @@ -67,9 +67,10 @@ if (!use_dev_mouse) { vectors_mask |= ATARI_XBIOS_MOUSEEVENTS; /* XBIOS mouse events */ } - if (Getcookie(C_MiNT, &dummy) == C_FOUND) { + /*if (Getcookie(C_MiNT, &dummy) == C_FOUND) { vectors_mask = 0; - } + }*/ + SDL_AtariXbios_InstallVectors(vectors_mask); }