()
| 152 | * Tell the haptic engine that a gesture for a selection change is starting. |
| 153 | */ |
| 154 | export const hapticSelectionStart = () => { |
| 155 | hapticAvailable() && HapticEngine.selectionStart(); |
| 156 | }; |
| 157 | |
| 158 | /** |
| 159 | * Tell the haptic engine that a selection changed during a gesture. |
no test coverage detected