Automated Trading Language Documentation
Saves the mouse Y coordinate.
void MouseY( const int value // coordinate )
Parameters
value
[in] The Y coordinate of the mouse.
Returned value
None.
Gets the saved Y coordinate of the mouse.
int MouseY()
The saved Y coordinate of the mouse.