Positions the input cursor on the specified screen.
#include <screen.h>
void PositionInputCursor (
scr_t scrID,
uint16_t row,
uint16_t col);
(IN) Specifies the screen.
(IN) Specifies the row number for the cursor.
(IN) Specifies the column number for the cursor.