Hi!
I want to create an app for myself that uses a T9 keyboard, as I find it the best input method for small touchscreens. I know that both QWERTY and T9 keyboards are available in the latest update, but they don’t work on the Forerunner 955.
I’ve created nine drawables, each covering 1/9 of the screen area. However, as far as I know, I can't create custom-shaped buttons in WatchUi. Is this true? Do hit areas always have to be rectangular?
If so, how can I retrieve the coordinates of a polygon-shaped button (as defined in the drawables) within the code? I’d like to implement a custom algorithm to check whether a tap falls inside or outside the button’s shape.