Reenable xbios usage to get relative mouse motion
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402077
This commit is contained in:
parent
8eba29d834
commit
faf3d7ce00
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue