Question: Is there any way to set a native (cpp) target to a 'real' fullscreen without faking it using the screen width and height? Last answers about that subject are kind of old now.
Also: If the answer is no, is there any specific reason why? (except not being yet implemented)
The more I use kha, the more it feel like it slightly oriented to JS target (I kinda understand since many kha features are possible thanks to Javascript). It explains the missing fullscreen feature since the JS target would fill the container/canvas but most kha users I know are targeting native.
You can use real fullscreen (change resolution in your OS) mode on cpp (native, desktop) target through the System.initEx. Check the implementation: https://github.com/Kode/Kha/blob/master/Sources/kha/System.hx#L29
Example: