Used to receive callbacks when the OS scale factor of this ComponentPeer changes. More...
#include <juce_ComponentPeer.h>
Public Member Functions | |
virtual | ~ScaleFactorListener ()=default |
Destructor. More... | |
virtual void | nativeScaleFactorChanged (double newScaleFactor)=0 |
Called when the scale factor changes. More... | |
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.
|
virtualdefault |
Destructor.
|
pure virtual |
Called when the scale factor changes.