sdl: disable cursor unhiding in fullscreen unless explicitly defined in ~/.fceux.cfg. this was implemented in hopes to be able to move the cursor to another monitor in fullscreen, but this does not work and seems to be a limitation of fullscreen SDL atm.

This commit is contained in:
punkrockguy318 2012-01-24 05:53:40 +00:00
parent 03ac9954a2
commit f220c854c4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ InitConfig()
config->addOption("fourscore", "SDL.FourScore", 0);
config->addOption("nofscursor", "SDL.NoFullscreenCursor", 0);
config->addOption("nofscursor", "SDL.NoFullscreenCursor", 1);
#ifdef _S9XLUA_H
// load lua script