MCPcopy
hub / github.com/viliusle/miniPaint / default_dragMove

Method default_dragMove

src/js/tools/bulge_pinch.js:27–35  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

25 }
26
27 default_dragMove(event) {
28 if (config.TOOL.name != this.name)
29 return;
30
31 //mouse cursor
32 var mouse = this.get_mouse_info(event);
33 var params = this.getParams();
34 this.show_mouse_cursor(mouse.x, mouse.y, params.radius, 'circle');
35 }
36
37 mousedown(e) {
38 this.started = false;

Callers

nothing calls this directly

Calls 3

get_mouse_infoMethod · 0.80
getParamsMethod · 0.80
show_mouse_cursorMethod · 0.80

Tested by

no test coverage detected