1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #8625 from eska014/html5-cursorshape

HTML5: Cursor style control
This commit is contained in:
Rémi Verschelde
2017-05-05 22:52:48 +02:00
committed by GitHub
2 changed files with 33 additions and 3 deletions

View File

@@ -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;