deathkiller / jazz2

🎮 · Jazz² Resurrection: Open-source reimplementation of Jazz Jackrabbit 2
https://deat.tk/jazz2/
GNU General Public License v3.0
492 stars 18 forks source link

Hide mouse pointer in full screen + full screen exclusive? #46

Closed Hexaae closed 2 years ago

Hexaae commented 3 years ago

REQUEST: remove mouse pointer in fullscreen mode and add fullscreen mode exclusive (not sure if current mode is actually Full window borderless)

deathkiller commented 3 years ago

Yes, it's borderless fullscreen. Is there any reason why exclusive fullscreen should be added?

Hexaae commented 3 years ago

Gives better performance and usually can enable G-Sync with silky smooth rendering perfectly syncing video refresh to frame rendering...

deathkiller commented 3 years ago

I know, but do you really need better performance and G-Sync on this 2D game? The game is designed for 60 frames per second and V-Sync enabled. Even 10 years old notebook has enough performance for it. It seems a bit overkill for me. Also, I don't have better display to test G-Sync anyway.

deathkiller commented 2 years ago

Fixed. Mouse cursor will be hidden in fullscreen in next version. Also, tested with G-Sync compatible monitor and the monitor is syncing with the game refresh rate correctly.