mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Implement cursor style control in HTML5 platform
This commit is contained in:
parent
101c542b77
commit
0811335fd5
2 changed files with 33 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue