On my high-DPI Ubuntu 20.04 laptop machine, SoyBoy's plugin window content is scaled too large like this.
To support high DPI screens, SoyBoy implements IPlugViewContentScaleSupport. The value passed by IPlugViewContentScaleSupport::setContentScaleFactor() and the value get from the window actually created are different. In the case of my laptop, IPlugView... value is 1.0 but actual value is 1.6666666666666667.
On my high-DPI Ubuntu 20.04 laptop machine, SoyBoy's plugin window content is scaled too large like this.
To support high DPI screens, SoyBoy implements
IPlugViewContentScaleSupport
. The value passed byIPlugViewContentScaleSupport::setContentScaleFactor()
and the value get from the window actually created are different. In the case of my laptop, IPlugView... value is1.0
but actual value is1.6666666666666667
.