Table of Contents

 
CursorAsDefault
 

Purpose

Changes the cursor back to the default one

 

Protoype

void CCursorMngr::CursorAsDefault ()
 

Description

This function is used to revert the cursor back to its default state. When this function is called whatever cursor object that was set as the default cursor will become the current cursor object and displayed on screen.

 

Use

CCursorMngr cursor;
cursor.CursorAsDefault();
 

Prev: ChangeCursor