aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-07-11 17:07:14 +0200
committerGitHub2017-07-11 17:07:14 +0200
commita5bb77d5232668045fc2fb82637b00b5295b8741 (patch)
tree4d90c5017f1557b381d43eb7d4b805e9c3b0d9f0 /core/bind/core_bind.h
parentfaae28c9551a8e57577762e8e7ed84d0d66c0744 (diff)
parent7358766ff69e064d8a31b18c54e3c1e22e303cb6 (diff)
downloadgodot-a5bb77d5232668045fc2fb82637b00b5295b8741.tar.gz
godot-a5bb77d5232668045fc2fb82637b00b5295b8741.tar.zst
godot-a5bb77d5232668045fc2fb82637b00b5295b8741.zip
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 87d84c073..f72f665d9 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -158,6 +158,8 @@ public:
virtual void set_borderless_window(bool p_borderless);
virtual bool get_borderless_window() const;
+ virtual void set_ime_position(const Point2 &p_pos);
+
Error native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track);
bool native_video_is_playing();
void native_video_pause();