diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-05-05 22:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-05 22:52:48 +0200 |
commit | 120ce92e3258b4e3045b1b295e85a2da6cd1528e (patch) | |
tree | 3230f879327d03699d3dd85f25eb3eabf581959d /platform/javascript/os_javascript.h | |
parent | 63d02067deea10bc80418f659aea0829f4f243b7 (diff) | |
parent | 0811335fd59ab381acde642b12e8da5b29ece42e (diff) | |
download | redot-engine-120ce92e3258b4e3045b1b295e85a2da6cd1528e.tar.gz |
Merge pull request #8625 from eska014/html5-cursorshape
HTML5: Cursor style control
Diffstat (limited to 'platform/javascript/os_javascript.h')
-rw-r--r-- | platform/javascript/os_javascript.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/javascript/os_javascript.h b/platform/javascript/os_javascript.h index ffd269b512..2bc603d8d9 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -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; |