CogImGui: rework share mouse mode. Add widget that act as a input catcher below the UI widgets

This commit is contained in:
Arnaud Jamin
2024-01-08 01:50:26 -05:00
parent c90a32031b
commit 5e0976a902
11 changed files with 375 additions and 480 deletions
@@ -20,8 +20,8 @@ void FCogEngineWindow_LogCategories::Initialize()
void FCogEngineWindow_LogCategories::RenderHelp()
{
ImGui::Text(
"This window can be used to activate and deactivate log categories."
"Activating a log category set its verbosity to VeryVerbose. "
"This window can be used to activate and deactivate log categories. "
"Activating a log category set its verbosity to Verbose, or VeryVerbose when CTRL is pressed. "
"Deactivating a log category set its verbosity to Warning. "
"The detailed verbosity of each log category can shown by using the Option menu. "
"On a client, both the client and the server verbosity can be modified. "