Hi, I have some code in which if I press an arrow button on the keyboard a function is called.
The problem is is that when the arrow key is held down (which needs to happen) the function is repeatedly called.
Does anyone know of any code in which I can adapt this in order to only call the function once???
Chris