MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / pointerReleased

Method pointerReleased

src/main/java/ui/VirtualCanvas.java:215–224  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

213 }
214
215 protected final void pointerReleased(int x, int y) {
216 try {
217 list.pointerReleased(x, y);
218 } catch (Exception e) {
219 if (sd.roster != null) {
220 sd.roster.errorLog("pointerreleased exception: " + e.getMessage());
221 }
222 }
223 repaint();
224 }
225
226 protected void showNotify() {
227//#if (USE_ROTATOR)

Callers

nothing calls this directly

Calls 4

errorLogMethod · 0.80
pointerReleasedMethod · 0.65
repaintMethod · 0.65
getMessageMethod · 0.45

Tested by

no test coverage detected