mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
`window.set_ime_cursor_area` requires a position from the top left corner according to the documentation. However, the NSRect's origin is from bottom left. The y coordinate should correctly calculated for the NSRect.