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