Linux_HIDPI_Support.Linux_HIDPI_Listener
 + 
Super
canvas
 + 
Notes
License
Linux_HIDPI_Listener is a free class written
by Jim McKay of piDog Software (http://www.pidog.com)
Source code is available to license by contacting jim@pidog.com
This does not apply to other items that may be included with this file.
Usage
Drop an instance of the Linux_HIDPI_Listener class on a window in the Xojo IDE to enable automatic scaling of all controls when the ScalingFactor changes under Linux
 + 
Events
LinuxScalingFactorChanged(newScale as Double,previousScale as Double)
Fired when the Display Scaling Factor changes
 + 
Properties
ScalingFactor As Double