| 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 | { |
nothing calls this directly
no test coverage detected