diff options
author | Saracen <SaracenOne@gmail.com> | 2018-06-07 21:16:57 +0100 |
---|---|---|
committer | Saracen <SaracenOne@gmail.com> | 2018-06-11 17:22:11 +0100 |
commit | c5bdb5b1d8893abaf171520412479fb31a697a41 (patch) | |
tree | 7fb2d0216e5496c19ecb52ea9b4e0dc1155f4816 /core/os | |
parent | 76875ba145c5745033d0a1c9fda2f4349e2509b3 (diff) |
IME context detection.
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index b36f94060c..adf01a90e7 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -232,6 +232,7 @@ public: virtual Size2 get_layered_buffer_size() { return Size2(0, 0); } virtual void swap_layered_buffer() {} + virtual void set_ime_active(const bool p_active) {} virtual void set_ime_position(const Point2 &p_pos) {} virtual void set_ime_intermediate_text_callback(ImeCallback p_callback, void *p_inp) {} |