( begin auto-generated from mousePressed.xml ) The mousePressed() function is called once after every time a mouse button is pressed. The mouseButton variable (see the related reference entry) can be used to determine which button has been pressed. ( end auto-generated ) Advanced
()
| 2815 | * @see PApplet#mouseWheel(MouseEvent) |
| 2816 | */ |
| 2817 | public void mousePressed() { } |
| 2818 | |
| 2819 | |
| 2820 | public void mousePressed(MouseEvent event) { |