Table of Contents

 
RemoveAll
 

Purpose

Removes all cursor images and restores the system cursor

 

Protoype

void CCursorMngr::RemoveAll ()
 

Description

This function removes all the cursor objects from the manager and allows the system cursor to show again. All associated cursor images are also removed to free up resources.

 

Use

CCursorMngr cursor;
cursor.RemoveAll();
 

Prev: PlaceCursor