anar

Class Mouse

java.lang.Object
  extended by anar.Mouse

public class Mouse
extends java.lang.Object

This library enable the wheel on the mouse.


Field Summary
 boolean mouseButtonCENTER
           
 boolean mouseButtonLEFT
           
 boolean mouseButtonRIGHT
           
 boolean press
           
 
Constructor Summary
Mouse(PApplet p5)
           
 
Method Summary
 void mouseEvent(java.awt.event.MouseEvent event)
          UDATED: Two Buttons At The Same Time
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

press

public boolean press

mouseButtonLEFT

public boolean mouseButtonLEFT

mouseButtonRIGHT

public boolean mouseButtonRIGHT

mouseButtonCENTER

public boolean mouseButtonCENTER
Constructor Detail

Mouse

public Mouse(PApplet p5)
Method Detail

mouseEvent

public void mouseEvent(java.awt.event.MouseEvent event)
UDATED: Two Buttons At The Same Time