You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Implements OS_JavaScript::set_custom_mouse_cursor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user