Uses of Class
VASSAL.tools.KeyStrokeSource
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.tools |
Contains various utility classes.
|
-
Uses of KeyStrokeSource in VASSAL.build
Fields in VASSAL.build with type parameters of type KeyStrokeSource Modifier and Type Field Description protected List<KeyStrokeSource>
GameModule. keyStrokeSources
Methods in VASSAL.build with parameters of type KeyStrokeSource Modifier and Type Method Description void
GameModule. addKeyStrokeSource(KeyStrokeSource src)
The GameModule acts as the mediator for hotkey events. -
Uses of KeyStrokeSource in VASSAL.tools
Methods in VASSAL.tools with parameters of type KeyStrokeSource Modifier and Type Method Description void
KeyStrokeListener. addKeyStrokeSource(KeyStrokeSource src)