diff options
| author | Rémi Verschelde | 2018-01-05 19:46:27 +0100 |
|---|---|---|
| committer | GitHub | 2018-01-05 19:46:27 +0100 |
| commit | 22cd45b1d52469ef77785ccb25617560ab60ac7b (patch) | |
| tree | bb7d9ffa0b58ad61813df3b98fc29857dcc385ae /platform/javascript/os_javascript.h | |
| parent | 90d47ae23d49e3ef23f144db1db0ca938f86de3d (diff) | |
| parent | ea02c6234501e868f9c828437b8ac98a00091d90 (diff) | |
| download | godot-22cd45b1d52469ef77785ccb25617560ab60ac7b.tar.gz godot-22cd45b1d52469ef77785ccb25617560ab60ac7b.tar.zst godot-22cd45b1d52469ef77785ccb25617560ab60ac7b.zip | |
Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_method
Add missing method for javascript
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 2af90ef16..ce4763ab6 100644 --- a/platform/javascript/os_javascript.h +++ b/platform/javascript/os_javascript.h @@ -128,6 +128,7 @@ public: virtual bool is_userfs_persistent() const; virtual void set_cursor_shape(CursorShape p_shape); + virtual void set_custom_mouse_cursor(const RES &p_cursor, CursorShape p_shape, const Vector2 &p_hotspot); void main_loop_begin(); bool main_loop_iterate(); |
