Table of Contents

 
GetNumCursors
 

Purpose

Gets the number of cursor objects in the manager

 

Protoype

int CCursorMngr::GetNumCursors ()
 

Description

This function returns the number of cursor objects in the manager

 

Use

CCursorMngr cursor;
int i_num_cursors = button.GetNumCursors();
 

Prev: GetCursorY