()
| 159 | * Tell the haptic engine that a selection changed during a gesture. |
| 160 | */ |
| 161 | export const hapticSelectionChanged = () => { |
| 162 | hapticAvailable() && HapticEngine.selectionChanged(); |
| 163 | }; |
| 164 | |
| 165 | /** |
| 166 | * Tell the haptic engine we are done with a gesture. This needs to be |
no test coverage detected