diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-06 00:15:32 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-06 00:15:32 +0100 |
commit | b2f0cb564a296653c83b0a64c0f9a3de0a2f0d5e (patch) | |
tree | 5085292872631bc317afe29a71c1bb9d25fe2a78 /UI.h | |
parent | 7c40af4b4950a69e67c26ebb3c5568cbfbc3dda9 (diff) |
Implement touchpad
Diffstat (limited to 'UI.h')
-rw-r--r-- | UI.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; }; |