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

Method mouseExited

app/src/processing/app/ui/EditorStatus.java:155–158  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

153 }
154
155 @Override
156 public void mouseExited(MouseEvent e) {
157 updateMouse(null, false);
158 }
159 });
160
161 addMouseMotionListener(new MouseMotionListener() {

Callers

nothing calls this directly

Calls 1

updateMouseMethod · 0.95

Tested by

no test coverage detected