winit/winit-uikit/src
DorotaC 08907148ec
winit-core/window: add Window::request_ime_update
Allow updating IME state atomically to make it easier for platforms
where it's atomic by its nature, like Wayland. The old API is marked
as deprecated and is routed to the new atomic API.

Co-authored-by: dcz <gilapfco.dcz@porcupinefactory.org>
2025-06-28 13:14:20 +09:00
..
app_state.rs iOS: Avoid RefCell and static mut (#4255) 2025-06-07 23:16:41 +02:00
event_loop.rs iOS: Avoid RefCell and static mut (#4255) 2025-06-07 23:16:41 +02:00
lib.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
monitor.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
notification_center.rs Move AppKit (macOS) backend to winit-appkit (#4248) 2025-05-25 17:37:40 +02:00
view.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
view_controller.rs Move UIKit backend to winit-uikit 2025-05-25 23:19:30 +09:00
window.rs winit-core/window: add Window::request_ime_update 2025-06-28 13:14:20 +09:00