Ime

Preedit

  • window : bevy_ecs::entity::Entity
  • value : String
  • cursor : core::option::Option<(usize, usize)>

Commit

  • window : bevy_ecs::entity::Entity
  • value : String

Enabled

  • window : bevy_ecs::entity::Entity

Disabled

  • window : bevy_ecs::entity::Entity

Description

A Input Method Editor event.

This event is the translated version of the WindowEvent::Ime from the winit crate.

It is only sent if IME was enabled on the window with Window::ime_enabled.

Functions