hackily adding the event count to the graph

This commit is contained in:
2018-02-28 20:40:08 -08:00
parent 5a47d3bad4
commit 24a97e47e1
6 changed files with 52 additions and 27 deletions

View File

@@ -52,6 +52,9 @@ private:
std::vector<sf::Mouse::Button> held_mouse_buttons;
// TODO: Debug, remove this when finished
int graph_index = 0;
private:
static const std::vector<std::string> key_strings;