ClanSoft logo
ClanSoft logo

    CL_Display::set_videomode

Syntax

static void set_videomode(
         int width,
        int height,
        int bpp,
        bool fullscreen = true,
        bool allow_resize = false);

Parameters

width-width in pixels of the new video mode.
height-height in pixels of the new video mode.
bpp-Bits per pixel. The depth of the new video mode. (8, 16, 24, 32)

Description

Change the display card's video mode.


Back to index



This page was built using the Perceps documentation system.