MouseY
MouseY (Set Method)
Saves the mouse Y coordinate.
void MouseY(
const int value // coordinate
)Parameters
- value
[in] The Y coordinate of the mouse.
Return Value
None.
MouseY (Get Method)
Gets the saved Y coordinate of the mouse.
int MouseY()Return Value
The Y coordinate of the mouse.
Last updated on