Skip to content

Commit

Permalink
Enable imgui keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
crosire committed May 17, 2018
1 parent 2b2ceb9 commit acf1045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ namespace reshade
imgui_io.KeyMap[ImGuiKey_X] = 'X';
imgui_io.KeyMap[ImGuiKey_Y] = 'Y';
imgui_io.KeyMap[ImGuiKey_Z] = 'Z';
imgui_io.NavActive = true;
imgui_io.ConfigFlags = ImGuiConfigFlags_NavEnableKeyboard;
imgui_style.WindowRounding = 0.0f;
imgui_style.WindowBorderSize = 0.0f;
imgui_style.ChildRounding = 0.0f;
Expand Down

0 comments on commit acf1045

Please sign in to comment.