Debugging of a mouse polling issue, refactored the graph thing and finished tweaking it, added a few profiles to the graph, so pretty
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "imgui.h"
|
||||
#include "imgui_internal.h"
|
||||
|
||||
|
||||
|
||||
namespace ImGui {
|
||||
|
||||
static ImU32 InvertColorU32(ImU32 in)
|
||||
@@ -24,7 +23,7 @@ namespace ImGui {
|
||||
}
|
||||
|
||||
static void PlotMultiLines(
|
||||
const std::vector<std::vector<int>> &data,
|
||||
const std::vector<std::vector<float>> &data,
|
||||
std::string title,
|
||||
const std::vector<std::string> &labels,
|
||||
const std::vector<ImColor> &colors,
|
||||
|
||||
Reference in New Issue
Block a user