Implement cursor style control in HTML5 platform

This commit is contained in:
L. Krause 2017-04-29 21:35:31 +02:00
parent 101c542b77
commit 0811335fd5
2 changed files with 33 additions and 3 deletions

View file

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