diff --git a/src/CHANGEME.cpp b/src/CHANGEME.cpp index 77b738c..8751fe9 100644 --- a/src/CHANGEME.cpp +++ b/src/CHANGEME.cpp @@ -12,6 +12,11 @@ void configure(AppConfig &config) { } void setup() { + ImGui::GetIO().ConfigFlags |= ( + ImGuiConfigFlags_NavEnableKeyboard + | ImGuiConfigFlags_NavEnableGamepad + | ImGuiConfigFlags_DockingEnable + ); } void loop() {