RenderWindow
is just a wrapper around a BrowserWindow
, so you can use all the same methods like
.show()
, etc
Options
When creating the RenderWindow, you may pass in extra options:Layer
Manage the stacking layer of an individual window. This is the same concept asz-index
in web
browsers.