FabGL
ESP32 Display Controller and Graphics Library

◆ getCursorPos()

void getCursorPos ( int *  col,
int *  row 
)

Gets current cursor position.

Parameters
colPointer to a variable where to store current cursor column (1 = left-most position).
rowPointer 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.