robbert-vdh / nih-plug

Rust VST3 and CLAP plugin framework and plugins - because everything is better when you do it yourself
ISC License
1.45k stars 129 forks source link

fix panic when setting mouse cursor in nih_plug_egui #117

Closed BillyDM closed 3 months ago

BillyDM commented 3 months ago

I didn't realize that mouse cursor support in baseview is currently only implemented for Linux. This commit fixes a panic when trying to set the mouse cursor in MacOS or Windows.

robbert-vdh commented 3 months ago

Thanks!