Falcon Yönetici 26 Ağustos 2025 #1 Kod: x, y = Input.GetMousePos() Dialog.Message("Mouse", "X: "..x.." Y: "..y, MB_OK, MB_ICONINFORMATION)
Kod: x, y = Input.GetMousePos() Dialog.Message("Mouse", "X: "..x.." Y: "..y, MB_OK, MB_ICONINFORMATION)
microbyte New member 27 Ağustos 2025 #2 dude, There are a couple of errors in this code. - Input.GetMousePos() is not a valid command in AMS. - The command requires a timer to work. Kod: OnShow() Page.StartTimer(150); OnTimer() tMousePos = System.GetMousePosition(false); Input.SetText("X", tMousePos.X); Input.SetText("Y", tMousePos.Y);
dude, There are a couple of errors in this code. - Input.GetMousePos() is not a valid command in AMS. - The command requires a timer to work. Kod: OnShow() Page.StartTimer(150); OnTimer() tMousePos = System.GetMousePosition(false); Input.SetText("X", tMousePos.X); Input.SetText("Y", tMousePos.Y);