| 983 | }; |
| 984 | |
| 985 | struct ImGuiDataTypeTempStorage |
| 986 | { |
| 987 | ImU8 Data[8]; // Can fit any data up to ImGuiDataType_COUNT |
| 988 | }; |
| 989 | |
| 990 | // Type information associated to one ImGuiDataType. Retrieve with DataTypeGetInfo(). |
| 991 | struct ImGuiDataTypeInfo |
nothing calls this directly
no outgoing calls
no test coverage detected