FabGL
ESP32 Display Controller and Graphics Library
|
void getCursorPos | ( | int * | col, |
int * | row | ||
) |
Gets current cursor position.
col | Pointer to a variable where to store current cursor column (1 = left-most position). |
row | Pointer to a variable where to store current cursor row (1 = top-most position). |
Example: int col, row; termctrl.getCursorPos(&col, &row);
Definition at line 5066 of file terminal.cpp.