winit/examples
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
..
data Deprecate window creation with stale event loop 2024-02-21 14:44:29 +04:00
util examples/application: fix running on wasm 2025-06-24 19:15:46 +09:00
application.rs winit-core/window: add Window::request_ime_update 2025-06-28 13:14:20 +09:00
child_window.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
control_flow.rs Properly implement Debug for Window and EventLoop types (#3297) 2025-03-03 08:40:04 +01:00
dnd.rs chose: appease clippy 2025-05-17 10:56:51 +09:00
pump_events.rs Move EventLoopExt* to winit-core (#4228) 2025-05-20 16:56:53 +02:00
run_on_demand.rs Move EventLoopExt* to winit-core (#4228) 2025-05-20 16:56:53 +02:00
window.rs winit-core: move window 2025-05-14 21:18:44 +09:00
x11_embed.rs winit-core: move window 2025-05-14 21:18:44 +09:00