com.threerings.util
Class KeyTranslatorImpl.KeyRecord

java.lang.Object
  extended by com.threerings.util.KeyTranslatorImpl.KeyRecord
Enclosing class:
KeyTranslatorImpl

protected static class KeyTranslatorImpl.KeyRecord
extends Object


Field Summary
 String pressCommand
          The command to be posted when the key is pressed.
 String releaseCommand
          The command to be posted when the key is released.
 long repeatDelay
          The delay in milliseconds that must expire with the key still pressed before auto-repeated key presses will begin.
 int repeatRate
          The rate in presses per second at which the key is to be auto-repeated.
 
Constructor Summary
protected KeyTranslatorImpl.KeyRecord()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pressCommand

public String pressCommand
The command to be posted when the key is pressed.


releaseCommand

public String releaseCommand
The command to be posted when the key is released.


repeatRate

public int repeatRate
The rate in presses per second at which the key is to be auto-repeated.


repeatDelay

public long repeatDelay
The delay in milliseconds that must expire with the key still pressed before auto-repeated key presses will begin.

Constructor Detail

KeyTranslatorImpl.KeyRecord

protected KeyTranslatorImpl.KeyRecord()