Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ mouseMoved
Method
mouseMoved
app/src/processing/app/ui/EditorStatus.java:172–175 ·
view source on GitHub ↗
(MouseEvent e)
Source
from the content-addressed store, hash-verified
170
}
171
172
@Override
173
public
void
mouseMoved(MouseEvent e) {
174
updateMouse(e, false);
175
}
176
});
177
178
editor.getTextArea().addKeyListener(
new
KeyAdapter() {
Callers
nothing calls this directly
Calls
1
updateMouse
Method · 0.95
Tested by
no test coverage detected