()
| 145 | * (not for gestures) |
| 146 | */ |
| 147 | export const hapticSelection = () => { |
| 148 | hapticAvailable() && HapticEngine.selection(); |
| 149 | }; |
| 150 | |
| 151 | /** |
| 152 | * Tell the haptic engine that a gesture for a selection change is starting. |
no test coverage detected