|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Instances of implementing classes can be notified when a KeyboardKey is pressed or released.
| Method Summary | |
|---|---|
void |
keyPressed(int key)
Notification that a KeyboardKey has been pressed |
void |
keyReleased(int key)
Notification that a KeyboardKey has been released |
| Method Detail |
|---|
void keyPressed(int key)
key - The note value of the key that has been pressed in the range
from 0 to 127void keyReleased(int key)
key - The note value of the key that has been released in the range
from 0 to 127
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||