MCPcopy Create free account
hub / github.com/HumbleUI/Skija / onMouseUp

Method onMouseUp

examples/kwinit/src_java/Main.java:209–213  ·  view source on GitHub ↗
(String button)

Source from the content-addressed store, hash-verified

207 }
208
209 public void onMouseUp(String button) {
210 leftMouse = false;
211 screenStartX = 0f;
212 screenStartY = 0f;
213 }
214
215 public void onDraw() {
216 Scenes.draw(canvas, width, height, scale, (int) mouseX, (int) mouseY);

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected