Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void VisualDraggableFeature::StartDrag() {
103
start = pos;
104
}
105
106
void VisualDraggableFeature::UpdateDrag(Vector2D d, bool single_axis) {
107
if (single_axis)
Callers
1
OnMouseEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected