if I would do GetCursorPos(&somePOINT); would it save the x and y coordinates as pixels? Is there any safe conversion from POINT to COORD? Or even better, can I do a "SetConsoleCursorPosition" with a POINT structure?
Nevermind, I figured it out.
Printable View
if I would do GetCursorPos(&somePOINT); would it save the x and y coordinates as pixels? Is there any safe conversion from POINT to COORD? Or even better, can I do a "SetConsoleCursorPosition" with a POINT structure?
Nevermind, I figured it out.