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

Method OnKeyTab

Source/FamiTrackerView.cpp:2240–2251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2238}
2239
2240void CFamiTrackerView::OnKeyTab()
2241{
2242 // Move between channels
2243 bool bShiftPressed = IsShiftPressed();
2244
2245 if (bShiftPressed)
2246 m_pPatternEditor->PreviousChannel();
2247 else
2248 m_pPatternEditor->NextChannel();
2249
2250 InvalidateCursor();
2251}
2252
2253void CFamiTrackerView::OnKeyPageUp()
2254{

Callers

nothing calls this directly

Calls 2

PreviousChannelMethod · 0.80
NextChannelMethod · 0.80

Tested by

no test coverage detected