I ran the test (https://github.com/RustAudio/baseview/blob/master/examples/open_parented.rs)
when hovering over normal window:
in windows 10 WSL => logs Parent: KeyEvent
in normal windows 10 => logs Parent: KeyEvent
when hovering over parented window:
in windows 10 WSL => logs CHILD: KeyEvent
in normal windows 10 => logs PARENT: KeyEvent
because of this key events are also broken in nih-plug on windows 10. robbert-vdh/nih-plug#154
I ran the test (https://github.com/RustAudio/baseview/blob/master/examples/open_parented.rs)
when hovering over normal window:
in windows 10 WSL => logs Parent: KeyEvent
in normal windows 10 => logs Parent: KeyEvent
when hovering over parented window:
in windows 10 WSL => logs CHILD: KeyEvent
in normal windows 10 => logs PARENT: KeyEvent
because of this key events are also broken in nih-plug on windows 10. robbert-vdh/nih-plug#154