summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-10-06 13:13:42 +0200
committerkobewi <kobewi4e@gmail.com>2021-10-06 13:13:42 +0200
commit92a53f9bd6a13e98f0b8e4d341d53ffd7355d1d0 (patch)
tree63136e7ca720f066f4bd6afda40d0371b1af7dbb /doc
parent36de097577811eb39d1a8d31d10d538ad70675d9 (diff)
Change dragging cursor on Windows
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Input.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Input.xml b/doc/classes/Input.xml
index ebbcd2b894..dd3f7266bd 100644
--- a/doc/classes/Input.xml
+++ b/doc/classes/Input.xml
@@ -386,6 +386,7 @@
</constant>
<constant name="CURSOR_DRAG" value="6" enum="CursorShape">
Drag cursor. Usually displayed when dragging something.
+ [b]Note:[/b] Windows lacks a dragging cursor, so [constant CURSOR_DRAG] is the same as [constant CURSOR_MOVE] for this platform.
</constant>
<constant name="CURSOR_CAN_DROP" value="7" enum="CursorShape">
Can drop cursor. Usually displayed when dragging something to indicate that it can be dropped at the current position.