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

Method NextChannel

Source/PatternEditor.cpp:1992–1998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1990}
1991
1992void CPatternEditor::NextChannel()
1993{
1994 MoveToChannel(GetChannel() + 1);
1995 m_cpCursorPos.Xpos.Column = cursor_column_t::NOTE;
1996
1997 CancelSelection(); // // //
1998}
1999
2000void CPatternEditor::PreviousChannel()
2001{

Callers 2

MoveCursorNextChannelMethod · 0.80
OnKeyTabMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected