Skip to content

Commit 3997001

Browse files
committed
fix: Disable color swapping correctly
1 parent 7f939ed commit 3997001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imgui/imgui_system.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ abstract_class IImguiSystem
5454
virtual IImguiWindow *FindWindow( const char *szName ) = 0;
5555

5656
virtual void GetAllWindows( CUtlVector<IImguiWindow *> & windows ) = 0;
57+
58+
virtual void SetWindowVisible( IImguiWindow* pWindow, bool bVisible, bool bEnableInput = true ) = 0;
5759
};
5860

5961
extern IImguiSystem *g_pImguiSystem;

0 commit comments

Comments
 (0)