Uses of Class
net.nexttext.input.InputSource

Packages that use InputSource
net.nexttext.input   
 

Uses of InputSource in net.nexttext.input
 

Subclasses of InputSource in net.nexttext.input
 class Keyboard
          An input source for keyboard information.
 class KeyboardDefault
          The KeyboardDefault is a Keyboard InputSource for Processing which is automatically updated as the sketch is running.
 class Mouse
          An input source for mouse information.
 class MouseDefault
          The MouseDefault is a Mouse InputSource for Processing which is automatically updated as the sketch is running.
 

Methods in net.nexttext.input that return InputSource
 InputSource InputManager.get(java.lang.String name)
          Gets an input source from the list.
 

Methods in net.nexttext.input with parameters of type InputSource
 void InputManager.add(java.lang.String name, InputSource source)
          Adds an input source to the list.