ClanSoft logo
ClanSoft logo

    CL_MouseCursor::show

Syntax

static void show(bool show_async=true);

Parameters

show_async-True if a secondary thread should be used for

Description

Makes the currently selected mouse cursor visible. If 'show_async' is true, it will use a secondary thread to draw the mouse. This ensures that the mouse cursor will keep running smooth despite of the framerate in the game.


Back to index



This page was built using the Perceps documentation system.