samy109 41 Posted March 5, 2015 I'm trying to use the Mouse part of the API, but it only lets me use Mouse.move(point, mouse settings) and I don't know what mouse settings are or house to use them, because when I try it requires the arguement Instance, and I don't know what instance i'm supposed to point to. What is the easiest way to move the mouse to a custom point?
Notorious 342 Posted March 5, 2015 you can access MouseSettings from Mouse#getMouseSettings No don't do that. That is the old system, and that class should be deprecated. I'm trying to use the Mouse part of the API, but it only lets me use Mouse.move(point, mouse settings) and I don't know what mouse settings are or house to use them, because when I try it requires the arguement Instance, and I don't know what instance i'm supposed to point to. What is the easiest way to move the mouse to a custom point? Well after reading your last topic, @Pandemic informed you that he has been currently revising interactions, and they will be fixed in the upcoming public release. Though if you are adamant on creating your own interactions, I would suggest broswing through our API so your able to find the methods you need. Some you might need are: Mouse Which can be access through our MethodContext. Also Instance can be accessed through Client class.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.