ClanSoft logo
ClanSoft logo

    CL_LayerManager::get_layerpos

Syntax

virtual void get_layerpos(
        int *x_delta,
        int *y_delta);

Parameters

x_delta-Pointer to integer filled with current X position.
y_delta-Pointer to integer filled with current Y position.

Description

Retrieves the current position of the default layer Arguments to the function is two pointers to integers, which will be filled with the result.


Back to index



This page was built using the Perceps documentation system.