ClanSoft logo
ClanSoft logo

    CL_Surface::put_screen

Syntax

virtual void put_screen(
        int x,
        int y,
        int spr_no=0,
        CL_DisplayCard *card=NULL);

Parameters

x-x coordinate to draw surface.
y-y coordinate to draw surface.
spr_no-subsprite number to use.
card-Display card to be drawn onto. If NULL it will use the currently selected video card by CL_Display.

Description

Draws the surface onto the backbuffer.


Back to index



This page was built using the Perceps documentation system.