- Joined
- Nov 3, 2013
- Messages
- 609
- Thread Author
- #1
I'm having an interesting bug where the mouse is not clicking. I was thinking that it may have been because I was spam clicking and the clouse recorded it and set the Mouse click length to too low of a value, but I deleted my mouse cache files and the problem still persists.
The code I have simplifies to this:
The mouse is moving to the rock object, pauses then proceeds to hover next without clicking the rock. I can tell it's not clicking because no red or yellow interaction X appears.
The code I have simplifies to this:
Code:
boolean clicked = rock.interact("Mine");
blah blah blah
if(clicked)next.hover();