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
commit 120ce92e32
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;