Home |
RTKernel-32 Programming Manual Function WGotoXY |
Function WGotoXYWGotoXY positions the logical (invisible) output cursor: void WGotoXY(WWindow * W, 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 window's upper left-hand corner.
|