Full screen support
mRokita opened this issue · 3 comments
mRokita commented
Is it possible to show a window in full screen mode or it's not implemented yet?
pravic commented
As far as I know, there is no direct support for full screen windows. You can create a titleless window and resize it to the whole display size.
Alternatively, you can create a full screen window using OS API and attach Sciter to it.
pravic commented
Also, better ask this on the official forum to be sure.
pravic commented
https://github.com/c-smile/sciter-sdk/tree/master/samples/ideas/fullscreen-menu here's an example, by the way