com.threerings.puzzle.drop.util
Class DropGameUtil
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DropGameUtil
public DropGameUtil()
getKeyTranslator
public static KeyTranslatorImpl getKeyTranslator()
- Returns a key translator configured with mappings suitable for a drop puzzle game.