Shortcuts

Hi, everyone!

I have made great advancements in the implementation of Garmin into my application Facemaker and soon, besides Huawei, Amazfit and Android, Facemaker will also fully support Garmin.

I have almost everything figured out, but now I need what in FM is called "Shortcuts".

These shortcuts are basically tap areas, that when tapped, open a specific app on the watch.
For example, tap the Heart rate widget and open the "Heart rate app" on the watch.

I understand that in Monkey C, taps on the screen are handled by WatchUi.InputDelegate, more specifically, with the onTap, onHold, onRelease and onSwipe methods.

What I wanted to know is, how can I open a specific app on the watch by tapping a defined coordinate on the watch screen?

Are there any default apps, pre-installed on the watch and if so, which ones and how I can open them from the watchface?

I'm targetting only the AMOLED watches that support the v5 API or above:

- Approach S70 (47mm)
- Approach S70 (42mm)
- D2 Mach 1 (47mm)
- D2 Mach 1 Pro (47mm)
- Epix (Gen 2) (47mm)
- Epix (Gen 2) (42mm)
- Epix 2 Pro (51mm)
- Quatix 7 Sapphire (47mm)
- Forerunner 165
- Forerunner 265
- Forerunner 265s
- Forerunner 965
- MARQ Athlete 2
- MARQ Aviator 2
- Venu 3
- Venu 3s
- VivoActive 5




Thank you very much for your help!