Table of Contents | ||
|
||
GetCurrentCursor | ||
Purpose Gets the current cursor |
||
Protoype string CCursorMngr::GetCurrentCursor () |
||
Description This function will query the currently selected cursor object and return its ID. |
||
Use CCursorMngr cursor; string current_cursor = cursor.GetCurrentCursor(); |
||
|
||
|