Port the Windows version's mouse-hiding
The original Windows version would hide the mouse cursor in fullscreen.
This commit is contained in:
parent
e216fa8e18
commit
217ce5437b
1 changed files with 1 additions and 0 deletions
|
@ -239,6 +239,7 @@ int main(int argc, char *argv[])
|
||||||
StartDirectDraw(window, 2);
|
StartDirectDraw(window, 2);
|
||||||
bFullscreen = TRUE;
|
bFullscreen = TRUE;
|
||||||
|
|
||||||
|
SDL_ShowCursor(SDL_DISABLE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue