Home |
RTKernel-32 Programming Manual Function WCursorXY |
Function WCursorXYWCursorXY positions the visible cursor to the given absolute screen position: void WCursorXY(int Col, int Row); ParametersWThe window whose cursor to set. ColThe new cursor column. RowThe new cursor row. Parameters Col and Row are relative to the screen's upper left-hand corner.
|