Güncel Ams Mouse Pozisyonunu Yakalama

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);
 
Geri
Üst