Add Window info to JmeContext?

On some project I need to read info about the Window : width, height, x, y, isFullscreen
Thoses information are provide by the backend, as Jme try to hide/encapsule the backend.
Is it a got idea (to provide a patch) ?

  • for Lwjgl : I use Display.xxxx
  • for Jogl : I hack to retreive GLWindow

(current WIP workaround for JFX : introduce DisplayInfo interface to have read access of "Display" for … · davidB/JME3-JFX@6a5577a · GitHub )

1 Like