You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having some issues with setting cursor icons through Vizia's WindowEvent::SetCursor(). It does work in regular Vizia, but not under nih_plug_vizia. Copying the code from this Vizia example into a new plugin editor and running it, everything displays correctly and without errors. However, none of the labels change the cursor when hovered. I'm on Windows 11, if that helps.
Behavior in the original example:
Behavior when used within nih_plug_vizia:
The text was updated successfully, but these errors were encountered:
Baseview and in turn vizia_baseview does not support changing mouse curusors. Baseview has had support for it on X11, but Windows and macOS support are still missing. Someone opened a PR for that (RustAudio/baseview#128) but they haven't replied since. After that functionality makes its way into baseview Vizia would need to add support for it too.
I'm having some issues with setting cursor icons through Vizia's
WindowEvent::SetCursor()
. It does work in regular Vizia, but not undernih_plug_vizia
. Copying the code from this Vizia example into a new plugin editor and running it, everything displays correctly and without errors. However, none of the labels change the cursor when hovered. I'm on Windows 11, if that helps.Behavior in the original example:
Behavior when used within
nih_plug_vizia
:The text was updated successfully, but these errors were encountered: