MCPcopy Index your code
hub / github.com/processing/processing / mousePressed

Method mousePressed

core/src/processing/core/PApplet.java:2817–2817  ·  view source on GitHub ↗

( 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

()

Source from the content-addressed store, hash-verified

2815 * @see PApplet#mouseWheel(MouseEvent)
2816 */
2817 public void mousePressed() { }
2818
2819
2820 public void mousePressed(MouseEvent event) {

Callers 1

handleMouseEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected