My console always pops up behind my rendering window (which is large).
I was hoping to be able to make it stay at the bottom of my screen.
Is there a function to set or overwrite the default console window position?
You can use GetConsoleWindow to retrieve the outer window handle.
With this handle just use MoveWindow/SetWindowPos