Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void OvUI::Panels::PanelWindow::Focus()
51
{
52
ImGui::SetWindowFocus((name + m_panelID).c_str());
53
}
54
55
void OvUI::Panels::PanelWindow::SetOpened(bool p_value)
56
{
Callers
7
OpenInAssetView
Function · 0.45
OpenInMaterialEditor
Function · 0.45
CreateList
Method · 0.45
LoadSceneFromDisk
Method · 0.45
StartPlaying
Method · 0.45
StopPlaying
Method · 0.45
UpdateEditorPanels
Method · 0.45
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected