We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f939ed commit 3997001Copy full SHA for 3997001
imgui/imgui_system.h
@@ -54,6 +54,8 @@ abstract_class IImguiSystem
54
virtual IImguiWindow *FindWindow( const char *szName ) = 0;
55
56
virtual void GetAllWindows( CUtlVector<IImguiWindow *> & windows ) = 0;
57
+
58
+ virtual void SetWindowVisible( IImguiWindow* pWindow, bool bVisible, bool bEnableInput = true ) = 0;
59
};
60
61
extern IImguiSystem *g_pImguiSystem;
0 commit comments