ch.aplu.jgamegrid
Interface GGKeyRepeatListener

All Superinterfaces:
java.util.EventListener

public interface GGKeyRepeatListener
extends java.util.EventListener

Declarations of a notification method called when a key is pressed and held down.


Method Summary
 void keyRepeated(int keyCode)
          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.

Parameters:
keyCode - the key code of the key