mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Swap the meaning of CURSOR_WAIT and CURSOR_BUSY
This commit is contained in:
parent
4fabc2b6a4
commit
4c70c5b0cd
3 changed files with 6 additions and 6 deletions
|
@ -334,9 +334,9 @@ static const char *godot2dom_cursor(OS::CursorShape p_shape) {
|
|||
case OS::CURSOR_CROSS:
|
||||
return "crosshair";
|
||||
case OS::CURSOR_WAIT:
|
||||
return "progress";
|
||||
case OS::CURSOR_BUSY:
|
||||
return "wait";
|
||||
case OS::CURSOR_BUSY:
|
||||
return "progress";
|
||||
case OS::CURSOR_DRAG:
|
||||
return "grab";
|
||||
case OS::CURSOR_CAN_DROP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue