Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nih_plug_vizia custom cursors don't seem to work #65

Closed
exa04 opened this issue Mar 18, 2023 · 1 comment
Closed

nih_plug_vizia custom cursors don't seem to work #65

exa04 opened this issue Mar 18, 2023 · 1 comment

Comments

@exa04
Copy link

exa04 commented Mar 18, 2023

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:

Vizia standalone screenshot

Behavior when used within nih_plug_vizia:

nih-plug-vizia screenshot

@robbert-vdh
Copy link
Owner

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.

@robbert-vdh robbert-vdh closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants