summaryrefslogtreecommitdiffstats
path: root/movement/movement.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-19 14:32:33 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-19 14:32:33 -0500
commit99c518e421b356bb0935963116e1a4f5902471f9 (patch)
tree49cb2a523f9aeec7bde2fb7d1bd50181b6fd5760 /movement/movement.h
parenta499cebc3c1ac6fe355fd7bcc6dc3a9352aec8a3 (diff)
downloadSensor-Watch-99c518e421b356bb0935963116e1a4f5902471f9.tar.gz
Sensor-Watch-99c518e421b356bb0935963116e1a4f5902471f9.tar.bz2
Sensor-Watch-99c518e421b356bb0935963116e1a4f5902471f9.zip
movement: long press on MODE always dismisses the active face
Diffstat (limited to 'movement/movement.h')
-rw-r--r--movement/movement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/movement/movement.h b/movement/movement.h
index e327bbdd..8949d026 100644
--- a/movement/movement.h
+++ b/movement/movement.h
@@ -112,7 +112,7 @@ typedef enum {
EVENT_LIGHT_LONG_PRESS, // The light button was held for >2 seconds, and released.
EVENT_MODE_BUTTON_DOWN, // The mode button has been pressed, but not yet released.
EVENT_MODE_BUTTON_UP, // The mode button was pressed and released.
- EVENT_MODE_LONG_PRESS, // The mode button was held for >2 seconds, and released.
+ EVENT_MODE_LONG_PRESS, // The mode button was held for >2 seconds, and released. NOTE: your watch face will resign immediately after receiving this event.
EVENT_ALARM_BUTTON_DOWN, // The alarm button has been pressed, but not yet released.
EVENT_ALARM_BUTTON_UP, // The alarm button was pressed and released.
EVENT_ALARM_LONG_PRESS, // The alarm button was held for >2 seconds, and released.