Searched refs:ImGuiDataType_U64 (Results 1 – 2 of 2) sorted by relevance
1541 …if (data_type == ImGuiDataType_S64 || data_type == ImGuiDataType_U64) // Signedness doesn't matt… in DataTypeFormatString()1569 case ImGuiDataType_U64: in DataTypeApplyOp()1632 …data_type == ImGuiDataType_U32 || data_type == ImGuiDataType_S64 || data_type == ImGuiDataType_U64) in DataTypeApplyOpFromText()1852 …case ImGuiDataType_U64: return DragBehaviorT<ImU64, ImS64, double>(data_type, (ImU64*)v, v_spe… in DragBehavior()2282 case ImGuiDataType_U64: in SliderBehavior()
890 ImGuiDataType_U64, // unsigned long long, unsigned __int64 enumerator