System 6 will give new features but is it only for touched screen devices?
Let's see:
- new WatchFaceDelegate.onPress(clickEvent as WatchUi.ClickEvent) as Lang.Boolean
- WatchUi.ClickEvent - connected only with touch
It means it will be impossible on not touched devices to e.g. use exitTo(id as Complications.Id) without any sophisticated ways.
There is 2 solution:
- devices without touch screen won't have system 6
- you have to add additional function to delegate connected to pushing buttons to allow "select something on screen"