This wiki is out of date, use the continuation of this wiki instead

Set mode

From FenixWiki

Revision as of 13:43, 26 April 2007 by Sandman (Talk | contribs)
Jump to: navigation, search


Contents

Definition

INT set_mode ( <INT width> , <INT height> , [<INT depth>] , [<INT flags>] )

Sets the video mode of the program.

Parameters

INT width - Width of the screen in pixels.
INT height - Height of the screen in pixels.
INT depth - Color depth of the screen.
INT flags - Optional render flags.

Returns

INT : true

Throws

Unsupported graphical mode - Specified graphical mode is not supported.
Personal tools