1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Enable keyboard navigation.

This commit is contained in:
Bartosz Taudul
2018-08-30 02:08:08 +02:00
parent f1e4d949a0
commit d977fa004d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -104,6 +104,7 @@ int main( int argc, char** argv )
ImGui::CreateContext();
ImGuiIO& io = ImGui::GetIO();
io.IniFilename = tracy::GetSavePath( "imgui.ini" );
io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard;
ImGui_ImplGlfw_InitForOpenGL( window, true );
ImGui_ImplOpenGL3_Init( "#version 150" );