Game Screen

The game screen is the surface where graphics are drawn. This can be full screen or it can be in a game window.

OpenScreen

OpenScreen opens a game screen. It is optional as a 800 by 600 game screen is opened by default.

Size

The game screen is always 2D and it's size can always be measured in width and height. There are two functions for measuring the size of the game screen:

Related Pages

Categories: Graphics