diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 20:15:36 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2013-05-11 20:15:36 +0200 |
commit | ac182bd9bf076b4d03d4812e85b989edae32d756 (patch) | |
tree | 7d05a80a2e6e44e3fe0dbd3384bf6c18321fa2b8 /liveview/liveview.h | |
parent | 505f7b1cf62c6934f5246c5e62eccb0a26cb1ce2 (diff) | |
download | sowatch-ac182bd9bf076b4d03d4812e85b989edae32d756.tar.gz sowatch-ac182bd9bf076b4d03d4812e85b989edae32d756.zip |
able to navigate watchlets in liveview
Diffstat (limited to 'liveview/liveview.h')
-rw-r--r-- | liveview/liveview.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/liveview/liveview.h b/liveview/liveview.h index 65ce523..bd8a3ac 100644 --- a/liveview/liveview.h +++ b/liveview/liveview.h @@ -105,6 +105,13 @@ protected: ApplicationMode }; + enum NavigationEvent { + SelectPress = 13, + SelectLongPress = 14, + SelectDoublePress = 15, + SelectMenu = 32 + }; + struct Message { MessageType type; QByteArray data; |