MCPcopy Create free account
hub / github.com/benfry/processing4 / mouseClicked

Method mouseClicked

core/src/processing/awt/PSurfaceAWT.java:1241–1243  ·  view source on GitHub ↗
(java.awt.event.MouseEvent e)

Source from the content-addressed store, hash-verified

1239 }
1240
1241 public void mouseClicked(java.awt.event.MouseEvent e) {
1242 nativeMouseEvent(e);
1243 }
1244
1245 public void mouseEntered(java.awt.event.MouseEvent e) {
1246 nativeMouseEvent(e);

Callers

nothing calls this directly

Calls 1

nativeMouseEventMethod · 0.95

Tested by

no test coverage detected