Basic iOS IME support (#3823)
This implements basic iOS IME support (typing, backspace, support for emojis etc but no autocomplete or copy / paste menu). Co-authored-by: Mads Marquart <mads@marquart.dk>
This commit is contained in:
parent
6e008b39e9
commit
1e1f0fd7e9
5 changed files with 120 additions and 10 deletions
|
|
@ -1279,7 +1279,8 @@ impl Window {
|
|||
///
|
||||
/// - **macOS:** IME must be enabled to receive text-input where dead-key sequences are
|
||||
/// combined.
|
||||
/// - **iOS / Android / Web / Orbital:** Unsupported.
|
||||
/// - **iOS:** This will show / hide the soft keyboard.
|
||||
/// - **Android / Web / Orbital:** Unsupported.
|
||||
/// - **X11**: Enabling IME will disable dead keys reporting during compose.
|
||||
///
|
||||
/// [`Ime`]: crate::event::WindowEvent::Ime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue