mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (dad6c77)
This commit is contained in:
@@ -276,7 +276,7 @@ Cross cursor. Typically appears over regions in which a drawing operation can be
|
||||
|
||||
:ref:`CursorShape<enum_Input_CursorShape>` **CURSOR_WAIT** = ``4``
|
||||
|
||||
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).
|
||||
|
||||
.. _class_Input_constant_CURSOR_BUSY:
|
||||
|
||||
@@ -284,7 +284,7 @@ Wait cursor. Indicates that the application is busy performing an operation. Thi
|
||||
|
||||
:ref:`CursorShape<enum_Input_CursorShape>` **CURSOR_BUSY** = ``5``
|
||||
|
||||
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.
|
||||
|
||||
.. _class_Input_constant_CURSOR_DRAG:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user