You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs-gesture-handler/docs/gestures/use-manual-gesture.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,10 @@ import Step7 from './\_manual_gesture_steps/step7.md';
23
23
24
24
A plain gesture that has no specific activation criteria nor event data set. Its state has to be controlled manually using a [state manager](/docs/fundamentals/state-manager). It will not fail when all the pointers are lifted from the screen.
25
25
26
+
:::tip
27
+
If you need to modify the activation criteria of gestures other than `Manual`, check their configuration for relevant properties or use `manualActivation` to manage them directly.
28
+
:::
29
+
26
30
## Example
27
31
28
32
To demonstrate how to make a manual gesture we will make a simple one that tracks all pointers on the screen.
0 commit comments