MCPcopy Create free account
hub / github.com/SOUI2/soui / GetNextFocusableView

Method GetNextFocusableView

SOUI/src/core/FocusManager.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 SWindow * CFocusManager::GetNextFocusableView( SWindow* original_starting_view, bool bReverse, bool bLoop )
269 {
270
271 FocusSearch fs(m_pOwner,bLoop);
272 return fs.FindNextFocusableView(original_starting_view,bReverse,false);
273 }
274
275 void CFocusManager::SetFocusedHwndWithReason( SWND swnd, FocusChangeReason reason )
276 {

Callers

nothing calls this directly

Calls 1

FindNextFocusableViewMethod · 0.80

Tested by

no test coverage detected