1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Changed mouse cursor to the caret (text cursor) location.

(cherry picked from commit 59ed3c1aaf)
This commit is contained in:
Feniks
2020-11-13 14:57:18 +00:00
committed by Rémi Verschelde
parent d81b8e4a86
commit c58b5c5df4

View File

@@ -223,7 +223,7 @@
<return type="String">
</return>
<description>
Returns a [String] text with the word under the mouse cursor location.
Returns a [String] text with the word under the caret (text cursor) location.
</description>
</method>
<method name="has_keyword_color" qualifiers="const">