Add the possibility to the screen to handle a touch gesture.
A default action is taken if the current screen doesn't handle it.
This commit is contained in:
parent
2c55ab20b4
commit
8ed6ffaaf8
7 changed files with 61 additions and 25 deletions
|
|
@ -242,6 +242,7 @@ set(INCLUDE_FILES
|
|||
Logging/NrfLogger.h
|
||||
BlinkApp/BlinkApp.h
|
||||
DisplayApp/DisplayApp.h
|
||||
DisplayApp/TouchEvents.h
|
||||
DisplayApp/Screens/Screen.h
|
||||
DisplayApp/Screens/Clock.h
|
||||
DisplayApp/Screens/Message.h
|
||||
|
|
@ -288,4 +289,4 @@ link_directories(
|
|||
../
|
||||
)
|
||||
|
||||
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}")
|
||||
nRF5x_addExecutable(pinetime-app "${SOURCE_FILES}" ${INCLUDE_FILES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue