mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-03 22:51:06 +01:00 
			
		
		
		
	Nav: Added internal ImGuiNavReadMode_Released test for key releases.
This commit is contained in:
		
							
								
								
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								imgui.h
									
									
									
									
									
								
							@@ -924,7 +924,7 @@ struct ImGuiIO
 | 
			
		||||
    float       KeysDownDuration[512];      // Duration the keyboard key has been down (0.0f == just pressed)
 | 
			
		||||
    float       KeysDownDurationPrev[512];  // Previous duration the key has been down
 | 
			
		||||
    float       NavInputsDownDuration[ImGuiNavInput_COUNT];
 | 
			
		||||
    float       NavInputsPrev[ImGuiNavInput_COUNT];
 | 
			
		||||
    float       NavInputsDownDurationPrev[ImGuiNavInput_COUNT];
 | 
			
		||||
 | 
			
		||||
    IMGUI_API   ImGuiIO();
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user