MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / set_grabbed_cursor

Method set_grabbed_cursor

DSView/pv/view/ruler.cpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void Ruler::set_grabbed_cursor(TimeMarker *grabbed_marker)
211{
212 _grabbed_marker = grabbed_marker;
213 _grabbed_marker->set_grabbed(true);
214}
215
216void Ruler::rel_grabbed_cursor()
217{

Callers 1

mousePressEventMethod · 0.80

Calls 1

set_grabbedMethod · 0.45

Tested by

no test coverage detected