A C D E F G H I K L M N P R S T U X

K

keyPressed(int) - Method in class mome.keyb.XCanvas
Looks up the command associated with key or sequence of keys pressed and if found, issues it to the executor.
KeyProcessor - Class in mome.keyb
This class is intended to associate key (game action) or sequence of keys and/or game actions with command.
KeyProcessor() - Constructor for class mome.keyb.KeyProcessor
Instantiates KeyProcessor, with empty maps of key (game action) - command associations and alt key (alt game action) - KeyProcessors associations and null canvas property.
KeyProcessor(Canvas) - Constructor for class mome.keyb.KeyProcessor
Instantiates KeyProcessor, with given canvas and empty maps of key (game action) - command associations and alt key (alt game action) - KeyProcessors associations.
KeyProcessor(Canvas, int[], Object[]) - Constructor for class mome.keyb.KeyProcessor
Instantiates KeyProcessor with given canvas.
KeyProcessor(Canvas, int[], Object[], int[], KeyProcessor[]) - Constructor for class mome.keyb.KeyProcessor
Instantiates KeyProcessor with given canvas.
keyReleased(int) - Method in class mome.keyb.XCanvas
Sets last found command to null.
keyRepeated(int) - Method in class mome.keyb.XCanvas
Issues the last found command.

A C D E F G H I K L M N P R S T U X