ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.1k stars 2.24k forks source link

Screenshotting the game using Print Screen will display the mouse cursor in the screenshot, despite the "Show menu cursor in screenshots" option being disabled. #29779

Open ZenoG2 opened 1 week ago

ZenoG2 commented 1 week ago

Type

Cosmetic

Screenshots

image

Version

2024.906.1

Logs

compressed-logs.zip

bdach commented 1 week ago

I assume you have the checkbox depicted below checked. Uncheck it.

image

ZenoG2 commented 1 week ago

Nope. image

ZenoG2 commented 1 week ago

Also, Windows automatically hides the cursor when using the Snipping Tool, but osu! doesn't?

bdach commented 1 week ago

"snipping tool" is out of scope here. The cursor is displayed as part of the game graphics. We can't do anything about snipping tool.

Print screen is maybe fixable by making the game handle print screen, because currently the OS is handling it and not giving the game a chance to hide the cursor.

ZenoG2 commented 1 week ago

Maybe hiding the cursor when the game is minimized could fix snipping tool...

bdach commented 1 week ago

That is not happening.