Sukuna
Sukuna
hey @ad9242 , i would like to take up the issue if you assign me. Also Could you please give some more details on the bug!!
hey @douglascarlos-dev i have updated the version of the JoyPixel emoji , and it now has some extra emojis, please review!!
hi can you describe a bit more ...about how to produce the issue ... i would love to work on this issue
hey @RandomGamingDev !! I was trying to reproduce the issue, and found out that adding the setAttribite like this `setAttributes('alpha' ,true);` instead of a key value pair generates the desired...
Thanks for the clarification! Looking forward to the p5 2.0 update — I’ll keep an eye on the progress. Appreciate the heads-up!
Hi @davepagurek, I’m interested in working on this issue but I'm having difficulty reproducing it. Could you kindly provide a more detailed explanation to help me understand the issue here?
Hello @davepagurek, I reviewed the code and confirmed that the issue stems from the event not firing multiple times. This problem can be resolved by commenting out the following section...
I see the approach you're taking: You're adding a check for the Meta key combinations. - Using the repeat property helped resolve the issue of continuous firing. - However, the...
> I suspect it was introduced so that `keyPressed` only gets called right when the key is pressed. If you press and hold a key, it just gets called once....