winit/src/platform_impl/macos
Kirill Chibisov 05444628e6
Provide a way to set cursor area for IME cursor
Rename `Window::set_ime_position` to `Window::set_ime_cursor_area`
adding a way to create cursor exclusive zone.

Fixes #2886.
2023-06-22 19:12:14 +00:00
..
appkit Bring OptionAsAlt back for macOS 2023-06-20 19:07:49 +00:00
util Provide a way to set cursor area for IME cursor 2023-06-22 19:12:14 +00:00
app.rs Simplify event queuing on macOS (#2642) 2023-01-22 23:29:38 +01:00
app_delegate.rs macOS: Fix ApplicationDelegate::init (#2566) 2022-11-23 15:23:06 +01:00
app_state.rs Fix clippy issues on stable 2023-01-27 07:18:58 +03:00
event.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
event_loop.rs On macOS, add EventLoopBuilderExtMacOS::with_activate_ignoring_other_apps (#2551) 2022-11-23 13:42:46 +01:00
ffi.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
menu.rs Only build, but don't run tests in MSRV CI (#2558) 2022-11-23 13:07:58 +01:00
mod.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00
monitor.rs Fix potential panic (#2755) 2023-04-03 21:46:09 +03:00
observer.rs Fix runloop entry (#2480) 2022-09-08 21:56:53 +02:00
view.rs Provide a way to set cursor area for IME cursor 2023-06-22 19:12:14 +00:00
window.rs Provide a way to set cursor area for IME cursor 2023-06-22 19:12:14 +00:00
window_delegate.rs Overhaul the Keyboard API 2023-05-28 21:02:59 +03:00