summaryrefslogtreecommitdiffhomepage
path: root/UI.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-06 00:15:32 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-06 00:15:32 +0100
commitb2f0cb564a296653c83b0a64c0f9a3de0a2f0d5e (patch)
tree5085292872631bc317afe29a71c1bb9d25fe2a78 /UI.h
parent7c40af4b4950a69e67c26ebb3c5568cbfbc3dda9 (diff)
Implement touchpad
Diffstat (limited to 'UI.h')
-rw-r--r--UI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/UI.h b/UI.h
index e8b1031..b1dd7dd 100644
--- a/UI.h
+++ b/UI.h
@@ -8,6 +8,8 @@
#include <boost/signals2.hpp>
+#include "Touchpad.h"
+
using clock_type = std::chrono::high_resolution_clock;
struct IntervalCounter
@@ -62,5 +64,7 @@ private:
int m_note_bpm;
int m_clock_bpm;
+
+ Touchpad m_touchpad;
};