Mercurial > public > ostc4
diff Discovery/Src/tHome.c @ 386:39c147e47c1c MotionDetection
Added key direction awarness to t3, t5 and t6 views:
In case of big font views the handling of motion events were not considered, As results all events caused a menu change in th same direction.
author | ideenmodellierer |
---|---|
date | Mon, 21 Oct 2019 21:16:53 +0200 |
parents | 427ae9f8e28e |
children | b560e474e319 |
line wrap: on
line diff
--- a/Discovery/Src/tHome.c Mon Oct 21 18:37:43 2019 +0200 +++ b/Discovery/Src/tHome.c Mon Oct 21 21:16:53 2019 +0200 @@ -349,13 +349,13 @@ t7_change_customview(action); else if(settingsGetPointer()->design == 3) - t3_change_customview(); + t3_change_customview(action); else if(settingsGetPointer()->design == 5) - t5_change_customview(); + t5_change_customview(action); else if(settingsGetPointer()->design == 6) - t6_change_customview(); + t6_change_customview(action); }