RustAudio / vst-rs

VST 2.4 API implementation in rust. Create plugins or hosts. Previously rust-vst on the RustDSP group.
MIT License
1.04k stars 91 forks source link

Return whether or not editor key event was handled #187

Open sebbert opened 2 years ago

sebbert commented 2 years ago

The host needs to know whether or not the plugin editor handles a given key event. Otherwise, the key event is sent to the host, and we don't receive a key up event.