Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ SelectPrevFrame
Method
SelectPrevFrame
Source/FamiTrackerView.cpp:1466–1470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1464
}
1465
1466
void CFamiTrackerView::SelectPrevFrame()
1467
{
1468
m_pPatternEditor->PreviousFrame();
1469
InvalidateFrameEditor();
1470
}
1471
1472
void CFamiTrackerView::SelectFrame(unsigned int Frame)
1473
{
Callers
4
OnPrevFrame
Method · 0.80
OnVScroll
Method · 0.80
OnMouseWheel
Method · 0.80
AutoScroll
Method · 0.80
Calls
1
PreviousFrame
Method · 0.80
Tested by
no test coverage detected