arnaud-jamin / Cog

Cog is a set of debug tools for Unreal Engine built on top of Dear ImGui
MIT License
357 stars 44 forks source link

[Suggestion] Set the Enabled Input to false by default. #16

Closed klechenov closed 1 year ago

klechenov commented 1 year ago

Simply set Enabled Input to false by default. When debug windows are active by default, enabling the game can lead to confusion about "what's wrong with the game controls". I believe that if input is needed in debug windows, it should be activated manually.

arnaud-jamin commented 1 year ago

Conflict with https://github.com/arnaud-jamin/Cog/commit/fca5b27fb9d330fd2502220f11cdcda6067e866d, so closing it.

bEnableInput is set to false in SCogImguiWidget image

As well as in UCogWindowManager (used to save those settings into the config) image