|
Class Summary |
| InputEvent |
An input event generated by an external source. |
| InputManager |
A manager for the input sources. |
| InputSource |
An interface to external events. |
| InputSourceIterator |
An iterator over the events of a specifed input source. |
| Keyboard |
An input source for keyboard information. |
| KeyboardDefault |
The KeyboardDefault is a Keyboard InputSource for Processing which is
automatically updated as the sketch is running. |
| KeyboardEvent |
An event generated by the keyboard. |
| Mouse |
An input source for mouse information. |
| MouseDefault |
The MouseDefault is a Mouse InputSource for Processing which is
automatically updated as the sketch is running. |
| MouseInputEvent |
An event generated by the mouse. |