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. keyStrokeListeners
Methods in VASSAL.build with parameters of type KeyStrokeListener Modifier and Type Method Description void
GameModule. 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 class
NamedKeyStrokeListener
Extension of KeyStrokeListener to support NamedKeyStroke's and store the supplied NamedKeyStroke.