diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index 1ad5d03fc5f..5d3f6816516 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -406,7 +406,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].