mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Internals: Added Name to ImGuiDataTypeInfo + minor misc comments in BeginGroup().
This commit is contained in:
		| @@ -786,7 +786,8 @@ struct ImGuiDataTypeTempStorage | ||||
| // Type information associated to one ImGuiDataType. Retrieve with DataTypeGetInfo(). | ||||
| struct ImGuiDataTypeInfo | ||||
| { | ||||
|     size_t      Size;           // Size in byte | ||||
|     size_t      Size;           // Size in bytes | ||||
|     const char* Name;           // Short descriptive name for the type, for debugging | ||||
|     const char* PrintFmt;       // Default printf format for the type | ||||
|     const char* ScanFmt;        // Default scanf format for the type | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user