com.threerings.puzzle.drop.util
Class DropGameUtil

java.lang.Object
  extended by com.threerings.puzzle.drop.util.DropGameUtil

public class DropGameUtil
extends Object

Drop puzzle game related utilities.


Field Summary
protected static long MOVE_DELAY
          The delay in milliseconds before the move keys begin to repeat.
protected static int MOVE_RATE
          The move key repeat rate in moves per second.
 
Constructor Summary
DropGameUtil()
           
 
Method Summary
static KeyTranslatorImpl getKeyTranslator()
          Returns a key translator configured with mappings suitable for a drop puzzle game.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MOVE_RATE

protected static final int MOVE_RATE
The move key repeat rate in moves per second.

See Also:
Constant Field Values

MOVE_DELAY

protected static final long MOVE_DELAY
The delay in milliseconds before the move keys begin to repeat.

See Also:
Constant Field Values
Constructor Detail

DropGameUtil

public DropGameUtil()
Method Detail

getKeyTranslator

public static KeyTranslatorImpl getKeyTranslator()
Returns a key translator configured with mappings suitable for a drop puzzle game.