keyPressed
is true
with no keys pressed after specific sequence of SHIFT
and any letter key
#779
Labels
Help Wanted
We have very little time and would like some help
OpenGL
Issues connected to P2D and P3D
Description
keyPressed
istrue
with no keys actively pressed after doing a specific sequence of key presses withSHIFT
and a letter key. It also occurs withCTRL
and a letter key. This is more easily reproduced with P2D, but it does occur with the default renderer as well.Expected Behavior
keyPressed
should befalse
when no keys are actively pressed.Current Behavior
Steps to Reproduce
SHIFT
SHIFT
, release the letter keySHIFT
Pressing
CTRL
instead ofSHIFT
will also produce the behavior. It appears the only way to setkeyPressed
back tofalse
is to press/release the specific letter key again. So if you didSHIFT
+a
, press and releasea
to setkeyPressed
back to the expected behavior. You can try to reproduce the behavior with this sketch:Your Environment
The text was updated successfully, but these errors were encountered: