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

Method PreviousChannel

Source/PatternEditor.cpp:2000–2006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1998}
1999
2000void CPatternEditor::PreviousChannel()
2001{
2002 MoveToChannel(GetChannel() - 1);
2003 m_cpCursorPos.Xpos.Column = cursor_column_t::NOTE;
2004
2005 CancelSelection(); // // //
2006}
2007
2008void CPatternEditor::FirstChannel()
2009{

Callers 2

MoveCursorPrevChannelMethod · 0.80
OnKeyTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected