mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #89036 from Mickeon/documentation-uncommon-words-2
Overhaul some "uncommon" wording in class reference
This commit is contained in:
@@ -470,10 +470,10 @@
|
||||
Cross cursor. Typically appears over regions in which a drawing operation can be performed or for selections.
|
||||
</constant>
|
||||
<constant name="CURSOR_WAIT" value="4" enum="CursorShape">
|
||||
Wait cursor. Indicates that the application is busy performing an operation. This cursor shape denotes that the application isn't usable during the operation (e.g. something is blocking its main thread).
|
||||
Wait cursor. Indicates that the application is busy performing an operation, and that it cannot be used during the operation (e.g. something is blocking its main thread).
|
||||
</constant>
|
||||
<constant name="CURSOR_BUSY" value="5" enum="CursorShape">
|
||||
Busy cursor. Indicates that the application is busy performing an operation. This cursor shape denotes that the application is still usable during the operation.
|
||||
Busy cursor. Indicates that the application is busy performing an operation, and that it is still usable during the operation.
|
||||
</constant>
|
||||
<constant name="CURSOR_DRAG" value="6" enum="CursorShape">
|
||||
Drag cursor. Usually displayed when dragging something.
|
||||
|
||||
Reference in New Issue
Block a user