MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / hapticSelectionChanged

Function hapticSelectionChanged

core/src/utils/native/haptic.ts:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

scrollCallbackMethod · 0.90
onMoveMethod · 0.90
updateMethod · 0.90

Calls 1

hapticAvailableFunction · 0.85

Tested by

no test coverage detected