Char mvgetChar(Int y, Int x)
Arguments
y: New row position of cursorx: New column position of cursor
Usage
Move the cursor to the given co-ordinates, and get the next input character.
y: New row position of cursorx: New column position of cursorMove the cursor to the given co-ordinates, and get the next input character.