Prune commentary and stale Rust port notes
This commit is contained in:
1 parent
3ae034a47b
commit
1e6d3b1edd
84 files changed
+334
-5648
No files matched your search
@@ -18,8 +18,6 @@ impl<T: HasDefaultUiState> FocusHost for T {
|
||||
let state = self.default_state_mut();
|
||||
let Some(region) = region else { return };
|
||||
state.window.set_ime_allowed(true);
|
||||
// Physical, like everything else this backend hands winit --
|
||||
// `default::content_scale`.
|
||||
state.window.set_ime_cursor_area(
|
||||
PhysicalPosition::<f32>::from(region.top_left.tuple()),
|
||||
PhysicalSize::<f32>::from(region.size().tuple()),
|
||||
|
||||
Reference in new issue
Block a user