1
i need to develop a program in Lua (desktop application) that manipulates screen coordinates, does not need to be a graphical environment (GUI), but need to be able to, for example, position in the coordinate (10, 10) - row 10, column 10, and then display a text, and then re-position at these coordinates to display other text. The only way is to use a graphic Toolkit? Thank you.
Great, solved my problem. Thank you so much for your help! :)
– Klauxdjo