summaryrefslogtreecommitdiff
path: root/src/buttonhandler/ButtonActions.h
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-11-06 10:55:37 +0100
committerGitHub <noreply@github.com>2021-11-06 10:55:37 +0100
commit4a5b5f954f12de1574af8e3efec094bb4bdbb542 (patch)
treec9de7a49ffd8af620c1dfab3145cd7ffeaad370d /src/buttonhandler/ButtonActions.h
parentcfc11ea83b5b864810a87387f68f53c017bc20db (diff)
parent60a717b1a2272e61dfc4d297998da1c7672a8316 (diff)
Merge pull request #782 from Riksu9000/newer_buttonhandler
Newer ButtonHandler
Diffstat (limited to 'src/buttonhandler/ButtonActions.h')
-rw-r--r--src/buttonhandler/ButtonActions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/buttonhandler/ButtonActions.h b/src/buttonhandler/ButtonActions.h
new file mode 100644
index 00000000..21be441b
--- /dev/null
+++ b/src/buttonhandler/ButtonActions.h
@@ -0,0 +1,7 @@
+#pragma once
+
+namespace Pinetime {
+ namespace Controllers {
+ enum class ButtonActions { None, Click, DoubleClick, LongPress, LongerPress };
+ }
+}