Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Keyboard API

Go check out new bots and give helpful feedback.
Joined
Jan 31, 2016
Messages
5,413
Keyboard.isPressed() and Keyboard.pressKey() seem to run into issues.
When you use #pressKey() the key will be pressed, but occasionally and at random times, it will stop being pressed but the #isPressed() method returns true. I am not sure what causes the release that the Keyboard class can't detect, and I though the last answer I got on this is that it isn't fixable. Thanks.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
If another method in the client or even yourself press and release the key again it will remain released.
 
Top