ClanSoft logo
ClanSoft logo

    CL_EventChain_WindowResize::on_window_resize

Syntax

virtual bool on_window_resize(
         CL_DisplayCard *card,
        int new_width,
        int new_height);

Parameters

card-Window/card that the event originates from.
new_width-The new width of the window.
new_height-The new height of the window.

Description

Call this function to send a window resize event down through the event chain.


Back to index



This page was built using the Perceps documentation system.