MCPcopy Index your code
hub / github.com/benfry/processing4 / mouseClicked

Method mouseClicked

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

The mouseClicked() function is called after a mouse button has been pressed and then released. Mouse and keyboard events only work when a program has draw() . Without draw() , the code is only run once and then stops listening for events. Advanced Wh

()

Source from the content-addressed store, hash-verified

2486 * @see PApplet#mouseWheel(MouseEvent)
2487 */
2488 public void mouseClicked() { }
2489
2490
2491 public void mouseClicked(MouseEvent event) {

Callers 1

handleMouseEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected