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

Method ClearFocus

SOUI/src/core/FocusManager.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 void CFocusManager::ClearFocus()
336 {
337 SetFocusedHwnd(0);
338 }
339
340 SWND CFocusManager::GetFocusedHwnd() { return focused_view_; }
341

Callers 8

UpdateVisibleItemsMethod · 0.80
SetSelMethod · 0.80
UpdateVisibleItemsMethod · 0.80
SetSelMethod · 0.80
UpdateVisibleItemsMethod · 0.80
SetSelMethod · 0.80
SetSelMethod · 0.80
UpdateVisibleItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected