| Table of Contents | ||
|
|
||
| GetCursorY | ||
|
Purpose Gets the Y location of the cursor |
||
|
Protoype int CCursorMngr::GetCursorY () |
||
|
Description This function gets the current mouse position and returns the Y value. |
||
|
Use CCursorMngr cursor; int y_pos = cursor.GetCursorY(); |
||
|
|
||
|