You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Implement cursor style control in HTML5 platform
This commit is contained in:
@@ -67,6 +67,7 @@ class OS_JavaScript : public OS_Unix {
|
||||
InputDefault *input;
|
||||
bool window_maximized;
|
||||
VideoMode video_mode;
|
||||
CursorShape cursor_shape;
|
||||
MainLoop *main_loop;
|
||||
|
||||
GetDataDirFunc get_data_dir_func;
|
||||
|
||||
Reference in New Issue
Block a user