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

Method PreviousFrame

Source/PatternEditor.cpp:2204–2210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202}
2203
2204void CPatternEditor::PreviousFrame()
2205{
2206 CSelectionGuard Guard {this}; // // //
2207
2208 MoveToFrame(GetFrame() - 1);
2209 CancelSelection();
2210}
2211
2212// Used by scrolling
2213

Callers 2

OnMouseWheelMethod · 0.80
SelectPrevFrameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected