Hello,
I’m looking for some guidance in order to start supporting hidpi displays like Retina in my VSTGUI based plug-ins.
I’m not using the xml descriptor, so I need to figure out how to support this programmatically.
AFAIK the standard approach is to use 2 (or more) versions of the same image with different resolutions and then somewhat decide what version to render according to the screen dpi at runtime.
Is there any example available? I couldn’t find much info in this forum nor in the VSTGUI tutorials.
How can I check if I’m on a hidpi screen or not? What call should I perform?
Any help would be gratly appreciated.
Regards,
Federico