godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.02k stars 19.9k forks source link

Mouse cursor doesn't hide when over the code editor and typing #91299

Open berarma opened 3 months ago

berarma commented 3 months ago

Tested versions

System information

Debian GNU/Linux 12.5

Issue description

Desktop applications usually hide the mouse cursor when starting to type so it doesn't occlude the view. Godot doesn't follow this practice.

Steps to reproduce

Start the code editor. Put the mouse over it and start typing. The mouse cursor stays visible.

Minimal reproduction project (MRP)

N/A

Calinou commented 3 months ago

Note that this behavior doesn't apply in Visual Studio Code at least (though it does apply in web browsers).