Determines the location of the input cursor in the specified screen.
#include <screen.h>
void GetInputCursorPosition (
scr_t scrID,
uint16_t *row,
uint16_t *col);
(IN) Specifies the screen.
(OUT) Points to the row the cursor is on.
(OUT) Points to the column the cursor is on.