mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Merge pull request #8625 from eska014/html5-cursorshape
HTML5: Cursor style control
This commit is contained in:
commit
120ce92e32
2 changed files with 33 additions and 3 deletions
|
|
@ -61,6 +61,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