pub struct Ime {
enabled: bool,
preedit: Option<Preedit>,
}Expand description
Input method state.
Fields§
§enabled: boolWhether the IME is enabled.
preedit: Option<Preedit>Current IME preedit.
pub struct Ime {
enabled: bool,
preedit: Option<Preedit>,
}Input method state.
enabled: boolWhether the IME is enabled.
preedit: Option<Preedit>Current IME preedit.