Hello everyone!
Just wondering if any of you know if there's a way to stop continued keypress?
For example, if I have something that increments int Counter by one every time a key is pressed, if I press a key without actually lifting my finger, it shouldn't continue to increment. It should only increment once per press.
Thanks for your help!