Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ onMouseDown
Method
onMouseDown
examples/kwinit/src_java/Main.java:203–207 ·
view source on GitHub ↗
(String button)
Source
from the content-addressed store, hash-verified
201
}
202
203
public
void
onMouseDown(String button) {
204
leftMouse = true;
205
screenStartX = mouseX;
206
screenStartY = mouseY;
207
}
208
209
public
void
onMouseUp(String button) {
210
leftMouse = false;
Callers
1
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected