window_center()

From ENIGMA
Jump to navigation Jump to search

Description

Centers the game window in the middle of the screen.

Parameters

Parameter Description
none This function has no parameters.

Return Values

void: This function does not return anything.

Example Call

// Demonstrates centering the window to the center of the screen.
window_center();