Notifications
Clear all

[Closed] Set mouse.pos / mouse.screenPos

Hi

I need to SET mouse position via max script but i cant find any method to do this?

2 Replies
 lo1
(dotnetClass "Cursor").Position = dotnetObject "System.Drawing.Point" X Y

where X and Y are screen coordinates.

thanks a lot!