Name
GetConsoleOrigin -- get console origin (V10.0)
Synopsis
x, y = GetConsoleOrigin()
Platforms
Linux, macOS, Windows

Function
This function returns the x and y coordinates of the origin of the current console window.

You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.

Inputs
none

Results
x
origin x position
y
origin y position

Show TOC