Uses of Class
net.nexttext.input.Mouse

Packages that use Mouse
net.nexttext.behaviour.control   
net.nexttext.input   
 

Uses of Mouse in net.nexttext.behaviour.control
 

Constructors in net.nexttext.behaviour.control with parameters of type Mouse
OnButtonDepressed(Mouse mouse, int button, Action trueAction, Action falseAction)
           
 

Uses of Mouse in net.nexttext.input
 

Subclasses of Mouse in net.nexttext.input
 class MouseDefault
          The MouseDefault is a Mouse InputSource for Processing which is automatically updated as the sketch is running.
 

Constructors in net.nexttext.input with parameters of type Mouse
InputManager(Mouse mouse, Keyboard keyboard)
          Builds an InputManager.