Used to receive callbacks when the OS scale factor of this ComponentPeer changes.
This is used internally by some native JUCE windows on Windows and Linux and you shouldn't need to worry about it in your own code unless you are dealing directly with native windows.
Public Member Functions | |
virtual | ~ScaleFactorListener ()=default |
Destructor. | |
virtual void | nativeScaleFactorChanged (double newScaleFactor)=0 |
Called when the scale factor changes. |
|
virtualdefault |
Destructor.
|
pure virtual |
Called when the scale factor changes.