summaryrefslogtreecommitdiffstats
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/shell.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/shell.rs b/core/src/shell.rs
index d01233c7..a13492d5 100644
--- a/core/src/shell.rs
+++ b/core/src/shell.rs
@@ -78,6 +78,9 @@ impl<'a, Message> Shell<'a, Message> {
}
/// Requests the current [`InputMethod`] strategy.
+ ///
+ /// __Important__: This request will only be honored by the
+ /// [`Shell`] only during a [`window::Event::RedrawRequested`].
pub fn request_input_method<T: AsRef<str>>(
&mut self,
ime: &InputMethod<T>,