From c5bdb5b1d8893abaf171520412479fb31a697a41 Mon Sep 17 00:00:00 2001 From: Saracen Date: Thu, 7 Jun 2018 21:16:57 +0100 Subject: IME context detection. --- core/bind/core_bind.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/bind/core_bind.cpp') diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index b7f20588f2..372cff4412 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -348,6 +348,11 @@ bool _OS::get_borderless_window() const { return OS::get_singleton()->get_borderless_window(); } +void _OS::set_ime_active(const bool p_active) { + + return OS::get_singleton()->set_ime_active(p_active); +} + void _OS::set_ime_position(const Point2 &p_pos) { return OS::get_singleton()->set_ime_position(p_pos); -- cgit v1.2.3