platformWidth
Johan Vos
johan.vos at gluonhq.com
Tue Jun 1 11:27:35 UTC 2021
Hi,
com.sun.glass.ui.Screen has 3 width (and height) parameters, each with a
getter:
* width
* visibleWidth
* platformWidth
The latter seems to be used only in the windows build,
via screen.containsPlatformRect and screen.portionIntersectsPlatformRect
I don't really understand what the goal of this platformWidth/Height is. It
seems a bit artificial if this is not used on the other platforms, but I
might be missing the bigger purpose of this?
- Johan
More information about the openjfx-dev
mailing list