Commit 4c0cd25c authored by Patrice Mandin's avatar Patrice Mandin

Reenable mouse usage using xbios vectors under MiNT

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402095
parent 2db3adb4
......@@ -60,9 +60,9 @@ AtariBios_InitOSKeymap(_THIS)
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);
}
......
......@@ -67,9 +67,10 @@ AtariGemdos_InitOSKeymap(_THIS)
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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment