mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Merge branch 'master' into viewport
# Conflicts: # examples/imgui_impl_dx9.cpp # imgui.cpp # imgui.h
This commit is contained in:
commit
4ff23d3306
25 changed files with 671 additions and 514 deletions
|
|
@ -75,7 +75,8 @@ int main(int, char**)
|
|||
return 0;
|
||||
}
|
||||
|
||||
// Setup ImGui binding
|
||||
// Setup Dear ImGui binding
|
||||
IMGUI_CHECKVERSION();
|
||||
ImGui::CreateContext();
|
||||
ImGuiIO& io = ImGui::GetIO(); (void)io;
|
||||
//io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard; // Enable Keyboard Controls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue