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

Method SetPosition

src/audio_display.cpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 void SetPosition(int new_pixel_left)
373 {
374 pixel_left = std::max(new_pixel_left, 0);
375 }
376
377 bool OnMouseEvent(wxMouseEvent &event) override
378 {

Callers 2

ScrollPixelToLeftMethod · 0.45
PaintTrackCursorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected