MCPcopy Create free account
hub / github.com/VCVRack/Rack / onDragMove

Method onDragMove

src/ui/ScrollWidget.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void ScrollWidget::onDragMove(const DragMoveEvent& e) {
140 math::Vec offsetDelta = e.mouseDelta.div(getAbsoluteZoom());
141 offset = offset.minus(offsetDelta);
142}
143
144
145void ScrollWidget::onHoverScroll(const HoverScrollEvent& e) {

Callers

nothing calls this directly

Calls 2

divMethod · 0.80
minusMethod · 0.80

Tested by

no test coverage detected