ClanSoft logo
ClanSoft logo

    CL_Event_WindowResize::on_window_resize

Syntax

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

Parameters

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

Return value

If true is returned, the event chain that called this function will break the chain (stop sending it the remaining listeners on the chain).

Description

Called when a window resize event occours.


Back to index



This page was built using the Perceps documentation system.