From b2f0cb564a296653c83b0a64c0f9a3de0a2f0d5e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 6 Jan 2025 00:15:32 +0100 Subject: Implement touchpad --- UI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'UI.h') diff --git a/UI.h b/UI.h index e8b1031..b1dd7dd 100644 --- a/UI.h +++ b/UI.h @@ -8,6 +8,8 @@ #include +#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; }; -- cgit v1.2.3