Uses of Class
VASSAL.tools.KeyStrokeListener
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.tools |
Contains various utility classes.
|
-
Uses of KeyStrokeListener in VASSAL.build
Fields in VASSAL.build with type parameters of type KeyStrokeListener Modifier and Type Field Description protected List<KeyStrokeListener>GameModule. keyStrokeListenersMethods in VASSAL.build with parameters of type KeyStrokeListener Modifier and Type Method Description voidGameModule. addKeyStrokeListener(KeyStrokeListener l)The GameModule acts as the mediator for hotkey events. -
Uses of KeyStrokeListener in VASSAL.tools
Subclasses of KeyStrokeListener in VASSAL.tools Modifier and Type Class Description classNamedKeyStrokeListenerExtension of KeyStrokeListener to support NamedKeyStroke's and store the supplied NamedKeyStroke.