- Joined
- Jul 11, 2020
- Messages
- 0
- Reaction score
- 26
- Points
- 0
Hello, I'm coding an autoclicker in java and i want to make a boolean true while I hold left click and make it false when I not hold how can I do that?
but what is the function?If Function (if the left Mouse Button is hold) ➥ boolean xyz = true;
Mouse.isButtonDownbut what is the function?
im using normal javaMouse.isButtonDown
Sorry, I meant an if query.but what is the function?
make a mouse listener and change the boolean when the mouse is clicked?Hello, I'm coding an autoclicker in java and i want to make a boolean true while I hold left click and make it false when I not hold how can I do that?
how to make the listener?make a mouse listener and change the boolean when the mouse is clicked?