I'm trying to open a screen in fullscreen mode.
My understanding is that RenderInit
should be passed a specific flag:.
RenderInit(width: int, height: int, reset_flags: ResetFlags)
...but ResetFlags
(an emum ?) doesn't seem to mention anything regarding the fullscreen mode :
https://dev.harfang3d.com/api/3.2.3/cpython/constants/#resetflags
(I'm working on Windows in DirectX, with the Python API btw)