Godot Version
Godot 4.3
Question
Is there a way to programmatically capture a screenshot of my game that includes the mouse cursor?
Currently I’m using GetViewport().GetTexture().GetImage() from my root scene, and that works great, except that it excludes the cursor.