|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.nexttext.input.InputSource
net.nexttext.input.Keyboard
net.nexttext.input.KeyboardDefault
public class KeyboardDefault
The KeyboardDefault is a Keyboard InputSource for Processing which is automatically updated as the sketch is running.
| Constructor Summary | |
|---|---|
KeyboardDefault(processing.core.PApplet p)
Builds a KeyboardDefault. |
|
| Method Summary | |
|---|---|
void |
keyEvent(java.awt.event.KeyEvent event)
Handles a KeyEvent. |
| Methods inherited from class net.nexttext.input.InputSource |
|---|
getIterator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyboardDefault(processing.core.PApplet p)
p - the parent PApplet the KeyboardDefault is added to| Method Detail |
|---|
public void keyEvent(java.awt.event.KeyEvent event)
Registered to be called automatically by the PApplet.
event -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||