BillyDM / egui-baseview

A baseview backend for the egui Rust GUI library
MIT License
22 stars 17 forks source link

focusing issue in nih-plug / Windows 10 #20

Open nat3Github opened 2 months ago

nat3Github commented 2 months ago

In Windows 10, nih-plug standalone version egui does not get keyboard input, because the parented windows is never focused. always calling .focus() on the window fixes this but its not a nice solution.

murl-digital commented 1 month ago

this was briefly talked about in the rust audio discord, basically keyboard focus with baseview is kind of a mess on windows, and ableton is partially to blame. i've tried fixing this but haven't had much luck