Notifications
Clear all
[Closed] Set mouse.pos / mouse.screenPos
Sep 16, 2014 12:06 pm
Hi
I need to SET mouse position via max script but i cant find any method to do this?
2 Replies
Sep 16, 2014 12:06 pm
(dotnetClass "Cursor").Position = dotnetObject "System.Drawing.Point" X Y
where X and Y are screen coordinates.