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:
parent
03ac9954a2
commit
f220c854c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue