mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-30 03:10:06 +00:00
Nav: Examples: Added commented out io.NavFlags |= ImGuiNavFlags_EnableKeyboard to all examples. (#787)
This commit is contained in:
parent
3171f90a1a
commit
ae30efc0fd
9 changed files with 17 additions and 10 deletions
|
|
@ -34,8 +34,8 @@ int main(int, char**)
|
|||
// Setup ImGui binding
|
||||
ImGuiIO& io = ImGui::GetIO(); (void)io;
|
||||
ImGui_ImplGlfwGL3_Init(window, true);
|
||||
//io.NavFlags |= ImGuiNavFlags_EnableKeyboard;
|
||||
//io.NavFlags |= ImGuiNavFlags_EnableGamepad;
|
||||
//io.NavFlags |= ImGuiNavFlags_EnableKeyboard; // Enable Keyboard Controls
|
||||
//io.NavFlags |= ImGuiNavFlags_EnableGamepad; // Enable Gamepad Controls
|
||||
|
||||
// Setup style
|
||||
ImGui::StyleColorsDark();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue