MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / Focus

Method Focus

Sources/OvUI/src/OvUI/Panels/PanelWindow.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void OvUI::Panels::PanelWindow::Focus()
51{
52 ImGui::SetWindowFocus((name + m_panelID).c_str());
53}
54
55void OvUI::Panels::PanelWindow::SetOpened(bool p_value)
56{

Callers 7

OpenInAssetViewFunction · 0.45
OpenInMaterialEditorFunction · 0.45
CreateListMethod · 0.45
LoadSceneFromDiskMethod · 0.45
StartPlayingMethod · 0.45
StopPlayingMethod · 0.45
UpdateEditorPanelsMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected