MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / pointerDragged

Method pointerDragged

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

Source from the content-addressed store, hash-verified

202 }
203
204 protected final void pointerDragged(int x, int y) {
205 try {
206 list.pointerDragged(x, y);
207 } catch (Exception e) {
208 if (sd.roster != null) {
209 sd.roster.errorLog("pointerdragged exception: " + e.getMessage());
210 }
211 }
212 repaint();
213 }
214
215 protected final void pointerReleased(int x, int y) {
216 try {

Callers

nothing calls this directly

Calls 4

errorLogMethod · 0.80
pointerDraggedMethod · 0.65
repaintMethod · 0.65
getMessageMethod · 0.45

Tested by

no test coverage detected