Switched from active hover to NSViews acceptsFirstMouse API

This commit is contained in:
Mikayla Maki 2023-01-19 15:21:26 -08:00
parent 4eeb1aec50
commit 88170df7f0
6 changed files with 24 additions and 11 deletions

View file

@ -408,6 +408,7 @@ pub fn build_window_options() -> WindowOptions<'static> {
kind: WindowKind::Normal,
is_movable: true,
screen: None,
accepts_first_mouse: false,
}
}