Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Reenable xbios usage to get relative mouse motion
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Sep 12, 2006
1 parent 2aadfac commit 52bcde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/video/gem/SDL_gemvideo.c
Expand Up @@ -203,9 +203,9 @@ 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);

Expand Down

0 comments on commit 52bcde7

Please sign in to comment.