public interface IMultiTouchKeyboardListener
addIMultiTouchKeyboardListener method. When
the IMultiTouchKeyboard event occurs, that object's appropriate
method is invoked.
IMultiTouchKeyboardEvent
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown)
Key pressed.
|
void |
keyReleased(KeyboardKey k,
boolean shiftDown,
boolean altDown,
boolean ctlDown)
Key released.
|
void keyPressed(KeyboardKey k, boolean shiftDown, boolean altDown, boolean ctlDown)
k
- the kshiftDown
- the shift downaltDown
- the alt downctlDown
- the ctl downvoid keyReleased(KeyboardKey k, boolean shiftDown, boolean altDown, boolean ctlDown)
k
- the kshiftDown
- the shift downaltDown
- the alt downctlDown
- the ctl down