summaryrefslogtreecommitdiffstats
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2018-11-23 14:07:48 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2018-11-23 14:07:48 +0200
commit4554c682e6c9749116c79313d6f08cd6e8b7e6e6 (patch)
treeca6f01129c89cd85eb6dd9b065a90a976c30ba44 /core/bind/core_bind.h
parent8ba0d513fa0068a241a25fbb6db09315fa3309cc (diff)
downloadredot-engine-4554c682e6c9749116c79313d6f08cd6e8b7e6e6.tar.gz
Changes IME input to use notification instead of callback, exposes IME methods to gdscript/gdnative.
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index 720b14bf56..4cdf09d522 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -195,6 +195,8 @@ public:
virtual void set_ime_active(const bool p_active);
virtual void set_ime_position(const Point2 &p_pos);
+ virtual Point2 get_ime_selection() const;
+ virtual String get_ime_text() const;
Error native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track);
bool native_video_is_playing();