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:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user