mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Implements OS_JavaScript::set_custom_mouse_cursor
This commit is contained in:
parent
b60939be88
commit
86d626e9cb
2 changed files with 124 additions and 2 deletions
|
@ -50,6 +50,7 @@ class OS_JavaScript : public OS_Unix {
|
|||
InputDefault *input;
|
||||
Ref<InputEventKey> deferred_key_event;
|
||||
CursorShape cursor_shape;
|
||||
String cursors[CURSOR_MAX];
|
||||
Point2 touches[32];
|
||||
|
||||
Point2i last_click_pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue