Method OnUnwrappedCursorPosition | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnUnwrappedCursorPosition(int?, int?)
Invoke the UnwrappedCursorPosition event with the unwrapped CursorPosition.
public virtual void OnUnwrappedCursorPosition(int? cRow = null, int? cCol = null)
Parameters
cRow
int?
cCol
int?