-
-
Notifications
You must be signed in to change notification settings - Fork 18
The Game Window
Matěj Štágl edited this page Dec 18, 2018
·
4 revisions
Your game typically has one window where everything is rendered. This section deals with functions used for manipulation with this window(s). Application can in fact use more than one window when needed, of both GUI & Terminal types. Terminal windows are running in the command line and can be used as an extensive debugger or a platform to run your games within! Window functions won't work on Android, iOS and Console targets.
Back to Manual