ppy / osu

rhythm is just a *click* away!
https://osu.ppy.sh
MIT License
15.41k stars 2.29k 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 2 months ago

ZenoG2 commented 2 months ago

Type

Cosmetic

Screenshots

image

Version

2024.906.1

Logs

compressed-logs.zip

bdach commented 2 months ago

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

image

ZenoG2 commented 2 months ago

Nope. image

ZenoG2 commented 2 months ago

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

bdach commented 2 months 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 2 months ago

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

bdach commented 2 months ago

That is not happening.