MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / StartDrag

Method StartDrag

src/visual_feature.cpp:102–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void VisualDraggableFeature::StartDrag() {
103 start = pos;
104}
105
106void VisualDraggableFeature::UpdateDrag(Vector2D d, bool single_axis) {
107 if (single_axis)

Callers 1

OnMouseEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected