mirror of
https://github.com/yawut/SDL.git
synced 2026-07-27 05:31:26 -05:00
Reenable xbios usage to get relative mouse motion
--HG-- branch : SDL-1.2
This commit is contained in:
parent
ba17db28cc
commit
63b7465729
|
|
@ -197,9 +197,9 @@ static SDL_VideoDevice *GEM_CreateDevice(int devindex)
|
|||
if (!(device->hidden->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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user