I do not like the window in a window approach that the example uses (If you get what I mean - there is a nuklear window inside a native OS window surrounded by some background color passed to nkc_render), so I disabled the nuklear window titlebar and wanted to size the nuklear window according to the native OS window around (so the background would never be seen). Does nuklear_cross provide a backend abstraction of getting the Window size? If not I might be willing to add a method to nuklear cross for getting the window size for some of the backends.
I do not like the window in a window approach that the example uses (If you get what I mean - there is a nuklear window inside a native OS window surrounded by some background color passed to nkc_render), so I disabled the nuklear window titlebar and wanted to size the nuklear window according to the native OS window around (so the background would never be seen). Does nuklear_cross provide a backend abstraction of getting the Window size? If not I might be willing to add a method to nuklear cross for getting the window size for some of the backends.