Table of Contents | ||
|
||
GetCurrentCursorID | ||
Purpose Gets the current cursor image |
||
Protoype string CCursorMngr::GetCurrentCursorID () |
||
Description This function queries the currently selected cursor object and returns the image ID associated with that object. |
||
Use CCursorMngr cursor; string img_id = cursor.GetCurrentCursorID(); |
||
|
||
|