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

This commit is contained in:
Feniks 2020-11-13 14:57:18 +00:00
parent 3c5e5ab3df
commit 59ed3c1aaf

View file

@ -270,7 +270,7 @@
<return type="String"> <return type="String">
</return> </return>
<description> <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> </description>
</method> </method>
<method name="insert_text_at_cursor"> <method name="insert_text_at_cursor">