Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ScrollPixelToLeft
Method · 0.45
PaintTrackCursor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected