justanotherki 0 Posted April 24, 2016 could somebody make a tutorial on rectangle destination for mouse? i'm sorta new to this thx in advance
Zawy 1023 Posted April 25, 2016 Rectangle rect = new Rectangle(); -> make sure you don't forget to import. with the mouse API you can hover or click the rect with -> getMouse().move/click(rect). Don't forget to null check.
justanotherki 0 Author Posted April 25, 2016 Rectangle rect = new Rectangle(); -> make sure you don't forget to import. with the mouse API you can hover or click the rect with -> getMouse().move/click(rect). Don't forget to null check. wow, that's really simple! thanks
Recommended Posts
Archived
This topic is now archived and is closed to further replies.