From 4554c682e6c9749116c79313d6f08cd6e8b7e6e6 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Fri, 23 Nov 2018 14:07:48 +0200
Subject: Changes IME input to use notification instead of callback, exposes
IME methods to gdscript/gdnative.
---
doc/classes/MainLoop.xml | 2 ++
doc/classes/OS.xml | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/MainLoop.xml b/doc/classes/MainLoop.xml
index ad763e6532..01836cff95 100644
--- a/doc/classes/MainLoop.xml
+++ b/doc/classes/MainLoop.xml
@@ -136,5 +136,7 @@
+
+
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index e218949757..3cca19c6cb 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -210,6 +210,20 @@
Returns the path to the current engine executable.
+
+
+
+
+ Returns IME intermediate text.
+
+
+
+
+
+
+ Returns IME selection range.
+
+
@@ -663,12 +677,22 @@
Sets the game's icon.
+
+
+
+
+
+
+ Sets whether IME input mode should be enabled.
+
+
+ Sets position of IME suggestion list popup (in window coordinates).
--
cgit v1.2.3