wilgaboury / jsignal

Declarative GUI Library for Java Desktop Applications
https://jsignal.org
MIT License
2 stars 1 forks source link

Figure Out How to Handle DPI #10

Open wilgaboury opened 5 months ago

wilgaboury commented 5 months ago

JWM exposes a Screen api through Window#getScreen and also has a ScreenChangeEvent. The dpi value should be exposed as a signal to the user, who can then use it for scaling the root node if they so choose.