mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 15:11:05 +01:00 
			
		
		
		
	Viewport: Moved ScaleWindow* code in a proper location. Various comments.
This commit is contained in:
		
							
								
								
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							@@ -752,7 +752,7 @@ enum ImGuiKey_
 | 
			
		||||
// [BETA] Gamepad/Keyboard directional navigation
 | 
			
		||||
// Keyboard: Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard to enable. NewFrame() will automatically fill io.NavInputs[] based on your io.KeysDown[] + io.KeyMap[] arrays.
 | 
			
		||||
// Gamepad:  Set io.ConfigFlags |= ImGuiConfigFlags_NavEnableGamepad to enable. Back-end: set ImGuiBackendFlags_HasGamepad and fill the io.NavInputs[] fields before calling NewFrame(). Note that io.NavInputs[] is cleared by EndFrame().
 | 
			
		||||
// Read instructions in imgui.cpp for more details. Download PNG/PSD at goo.gl/9LgVZW.
 | 
			
		||||
// Read instructions in imgui.cpp for more details. Download PNG/PSD at http://goo.gl/9LgVZW.
 | 
			
		||||
enum ImGuiNavInput_
 | 
			
		||||
{
 | 
			
		||||
    // Gamepad Mapping
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user