RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
266 stars 57 forks source link

call DefWindowProc in the case of WM_SYSKEYDOWN. makes alt-f4 work. #69

Closed glowcoil closed 3 years ago

glowcoil commented 3 years ago

If we call DefWindowProc for non-system events, pressing alt or f10 puts focus on the (nonexistent) dropdown menu until the next click or keystroke, so we only call it in the case of WM_SYSKEYDOWN.