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

Method hit

examples/scenes/src/SwingScene.java:288–292  ·  view source on GitHub ↗
(java.awt.Rectangle rect, java.awt.Shape s, boolean onStroke)

Source from the content-addressed store, hash-verified

286 }
287
288 @Override
289 public boolean hit(java.awt.Rectangle rect, java.awt.Shape s, boolean onStroke) {
290 log("hit");
291 return false;
292 }
293
294 @Override
295 public java.awt.GraphicsConfiguration getDeviceConfiguration() {

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected