Implement cursor style control in HTML5 platform

This commit is contained in:
L. Krause
2017-05-02 13:31:27 +02:00
parent 101c542b77
commit 0811335fd5
2 changed files with 33 additions and 3 deletions
+1
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;