mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	This commit is contained in:
		| @@ -5693,8 +5693,8 @@ static void ShowDemoWindowMisc() | ||||
|         } | ||||
|  | ||||
|         // Display Keyboard/Mouse state | ||||
|         IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Keyboard & Navigation State"); | ||||
|         if (ImGui::TreeNode("Keyboard & Navigation State")) | ||||
|         IMGUI_DEMO_MARKER("Inputs, Navigation & Focus/Keyboard, Gamepad & Navigation State"); | ||||
|         if (ImGui::TreeNode("Keyboard, Gamepad & Navigation State")) | ||||
|         { | ||||
|             // We iterate both legacy native range and named ImGuiKey ranges, which is a little odd but this allow displaying the data for old/new backends. | ||||
|             // User code should never have to go through such hoops: old code may use native keycodes, new code may use ImGuiKey codes. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user