March 25, 201214 yr Hello,I would like to know how to record or display the mouse coordinates using LUA mouse library "mouse.getpos()" function.Thanks for helpRegardsPierre
March 25, 201214 yr Author After a little research, I've found a solution.I send coordinates to display (MCP) in sequence ( one second between x and y). function ENG2_Start () x, y = mouse.getpos() DspShow("ENG2", x) ipc.sleep(1000) DspShow("ENG2", y)end RegardsPierre
Create an account or sign in to comment