mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Fix menubar focus using Alt on Windows (#2521)
This commit is contained in:
@@ -1537,7 +1537,11 @@ unsafe fn public_window_callback_inner<T: 'static>(
|
||||
},
|
||||
});
|
||||
}
|
||||
0
|
||||
if msg == WM_SYSKEYUP {
|
||||
DefWindowProcW(window, msg, wparam, lparam)
|
||||
} else {
|
||||
0
|
||||
}
|
||||
}
|
||||
|
||||
WM_LBUTTONDOWN => {
|
||||
|
||||
Reference in New Issue
Block a user