Bonfire 334 Posted April 20, 2021 The Mouse class has a large disclaimer/warning stating that you most likely do not need to concern yourself with its methods. My guess is that Mouse methods are most likely deprecated, soon to be deprecated, or non-functioning. Surely there is another way to accomplish what you've set out to do?
likeablePanda 48 Author Posted April 20, 2021 Yes, i simply have a wrapper method for click() that records the current mouse position in a public static variable I can access anywhere, Mouse.getX nad Mouse.getY are still functional. I did see that note in the javadocs. I just didn't interpret "do not have to concern yourself" as non-functioning, rather just a note that using these methods isn't necessary. So I thought I'd report it.
Pandemic 2853 Posted April 20, 2021 It looks like I didn't add that back in when I added the new mouse algorithm stuff, I'll see if I can toss that back into the default algorithm so it should work again. Sorry about that!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.