From 6a19128a1a2360496a4528a76a8163c384e875e8 Mon Sep 17 00:00:00 2001 From: MewPurPur Date: Sun, 13 Apr 2025 20:11:46 +0300 Subject: [PATCH] Improve get_cursor_shape() documentation --- doc/classes/Control.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 63c13437327..8417352e7d3 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -385,7 +385,7 @@ - Returns the mouse cursor shape the control displays on mouse hover. See [enum CursorShape]. + Returns the mouse cursor shape for this control when hovered over [param position] in local coordinates. For most controls, this is the same as [member mouse_default_cursor_shape], but some built-in controls implement more complex logic. See [enum CursorShape].