Table of Contents

 
RenderCursor
 

Purpose

Renders the current cursor to the current mouse location

 

Protoype

void CCursorMngr::RenderCursor ()
 

Description

This function renders the current cursor object to the screen.

 

Use

CCursorMngr cursor;
cursor.RenderCursor();
 

Prev: RemoveCursor