MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / NextFrame

Method NextFrame

Source/PatternEditor.cpp:2196–2202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2194}
2195
2196void CPatternEditor::NextFrame()
2197{
2198 CSelectionGuard Guard {this}; // // //
2199
2200 MoveToFrame(GetFrame() + 1);
2201 CancelSelection();
2202}
2203
2204void CPatternEditor::PreviousFrame()
2205{

Callers 2

OnMouseWheelMethod · 0.80
SelectNextFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected