Class KeyBuffer

java.lang.Object
VASSAL.counters.KeyBuffer

public class KeyBuffer extends Object
The KeyBuffer is the list of "currently selected pieces" in the VASSAL UI (map windows). Its somewhat confusing name derives from the idea that if the player then presses a key, a key command will be sent to all of the pieces in the buffer. KeyBuffer is a "singleton", so there is one for the whole app, across all map windows.