Event callback when the key is continously pressed.
Method Detail
keyRepeated
void keyRepeated(int keyCode)
Event callback when the key is continously pressed. As compared to
the GGKeyListener.keyPressed() event, there is no delay after the key is
pressed until the next event happens.