VEditorWindow

consoledoc.h

More...

Public Functions

void
void
setVideoMode(int width, int height, bool fullscreen, int bitDepth, int refreshRate, int antiAliasLevel)

Change the video mode of this canvas. This method has the side effect of setting the $pref::Video::mode to the new values.

Detailed Description

UNDOCUMENTED!

Public Functions

resetCursor()

setVideoMode(int width, int height, bool fullscreen, int bitDepth, int refreshRate, int antiAliasLevel)

Change the video mode of this canvas. This method has the side effect of setting the $pref::Video::mode to the new values.

Parameters:

width

The screen width to set.

height

The screen height to set.

fullscreen

Specify true to run fullscreen or false to run in a window

bitDepth

[optional] The desired bit-depth. Defaults to the current setting. This parameter is ignored if you are running in a window.

refreshRate

[optional] The desired refresh rate. Defaults to the current setting. This parameter is ignored if you are running in a window

antialiasLevel

[optional] The level of anti-aliasing to apply 0 = none