Is the duration of tap-and-hold that generates WatchFaceDelegate::OnPress()
documented?
Better yet, is there a way to query it via the API?
I can't seem to find either.
Thanks!
Is the duration of tap-and-hold that generates WatchFaceDelegate::OnPress()
documented?
Better yet, is there a way to query it via the API?
I can't seem to find either.
Thanks!
Consider it a hypothetical question.
Is the duration of tap-and-hold that generates
WatchFaceDelegate::OnPress()
documented?Better yet, is there a way to query it via the API?
No and no.
Consider it a hypothetical question.
Are you trying to replicate the behavior of onPress() outside of a watchface?
Is onHold() a suitable replacement? Hopefully the long press threshold for triggering onHold() is the same or similar to that of onPress(). The Input SDK sample might be helpful for testing input / behavior / key events in the sim and on a real device.
Are you trying to replicate the behavior of onPress() outside of a watchface?
No, it's in the context of watchfaces. Just trying to understand API confines and boundaries.
Do you have a device with touch and complications? The reaction time of the onPress is easy to see,,,