diff options
| author | Rémi Verschelde | 2017-07-11 17:07:14 +0200 |
|---|---|---|
| committer | GitHub | 2017-07-11 17:07:14 +0200 |
| commit | a5bb77d5232668045fc2fb82637b00b5295b8741 (patch) | |
| tree | 4d90c5017f1557b381d43eb7d4b805e9c3b0d9f0 /core/os/os.h | |
| parent | faae28c9551a8e57577762e8e7ed84d0d66c0744 (diff) | |
| parent | 7358766ff69e064d8a31b18c54e3c1e22e303cb6 (diff) | |
| download | godot-a5bb77d5232668045fc2fb82637b00b5295b8741.tar.gz godot-a5bb77d5232668045fc2fb82637b00b5295b8741.tar.zst godot-a5bb77d5232668045fc2fb82637b00b5295b8741.zip | |
Diffstat (limited to 'core/os/os.h')
| -rw-r--r-- | core/os/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index 11fe8b44e..cafd1f4e1 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -179,6 +179,8 @@ public: virtual void set_borderless_window(int p_borderless) {} virtual bool get_borderless_window() { return 0; } + virtual void set_ime_position(const Point2 &p_pos) {} + virtual Error open_dynamic_library(const String p_path, void *&p_library_handle) { return ERR_UNAVAILABLE; }; virtual Error close_dynamic_library(void *p_library_handle) { return ERR_UNAVAILABLE; }; virtual Error get_dynamic_library_symbol_handle(void *p_library_handle, const String p_name, void *&p_symbol_handle) { return ERR_UNAVAILABLE; }; |
