mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-11-04 07:01:04 +01:00 
			
		
		
		
	Internals: TempInputText: Rename InputScalarAsWidgetReplacement() -> TempInputTextScalar(), ScalarAsInputTextId -> TempInputTextId, small tidying up in affected functions.
This commit is contained in:
		@@ -143,7 +143,7 @@ It's mostly a bunch of personal notes, probably incomplete. Feel free to query i
 | 
			
		||||
 - image/image button: misalignment on padded/bordered button?
 | 
			
		||||
 - image/image button: parameters are confusing, image() has tint_col,border_col whereas imagebutton() has bg_col/tint_col. Even thou they are different parameters ordering could be more consistent. can we fix that?
 | 
			
		||||
 - image button: not taking an explicit id can be problematic. (#2464, #1390)
 | 
			
		||||
 - slider/drag: ctrl+click when format doesn't include a % character.. disable? display underlying value in default format? (see InputScalarAsWidgetReplacement)
 | 
			
		||||
 - slider/drag: ctrl+click when format doesn't include a % character.. disable? display underlying value in default format? (see TempInputTextScalar)
 | 
			
		||||
 - slider: allow using the [-]/[+] buttons used by InputFloat()/InputInt()
 | 
			
		||||
 - slider: initial absolute click is imprecise. change to relative movement slider (same as scrollbar). (#1946)
 | 
			
		||||
 - slider: add dragging-based widgets to edit values with mouse (on 2 axises), saving screen real-estate.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user