René's URL Explorer Experiment


Title: Gestures - PythonNative

Open Graph Title: Gestures - PythonNative

X Title: Gestures - PythonNative

Description: Cross-platform native UI toolkit for Android and iOS

Open Graph Description: Cross-platform native UI toolkit for Android and iOS

X Description: Cross-platform native UI toolkit for Android and iOS

Opengraph URL: https://pythonnative.com/api/gestures/

Generator: mkdocs-1.6.1, mkdocs-material-9.7.6

direct link

Domain: pythonnative.com

authorOwen Carey
og:typewebsite
og:imagehttps://pythonnative.com/assets/images/social/api/gestures.png
og:image:typeimage/png
og:image:width1200
og:image:height630
twitter:cardsummary_large_image
twitter:imagehttps://pythonnative.com/assets/images/social/api/gestures.png

Links:

Skip to content https://pythonnative.com/api/gestures/#gestures
https://pythonnative.com/
javascript:void(0)
pythonnative/pythonnative https://github.com/pythonnative/pythonnative
Home https://pythonnative.com/
Getting Started https://pythonnative.com/getting-started/
Concepts https://pythonnative.com/concepts/mental-model/
Guides https://pythonnative.com/guides/android/
Building https://pythonnative.com/guides/configuration/
Examples https://pythonnative.com/examples/
API Reference https://pythonnative.com/api/pythonnative/
Meta https://pythonnative.com/meta/style-guide/
https://pythonnative.com/
pythonnative/pythonnative https://github.com/pythonnative/pythonnative
Home https://pythonnative.com/
Getting Started https://pythonnative.com/getting-started/
Mental Model https://pythonnative.com/concepts/mental-model/
Architecture https://pythonnative.com/concepts/architecture/
Components https://pythonnative.com/concepts/components/
Hooks https://pythonnative.com/concepts/hooks/
Lifecycle https://pythonnative.com/concepts/lifecycle/
Reconciliation https://pythonnative.com/concepts/reconciliation/
Layout Engine https://pythonnative.com/concepts/layout/
Native Views https://pythonnative.com/concepts/native-views/
Android https://pythonnative.com/guides/android/
iOS https://pythonnative.com/guides/ios/
Desktop Preview https://pythonnative.com/guides/desktop-preview/
Navigation https://pythonnative.com/guides/navigation/
Styling https://pythonnative.com/guides/styling/
Animations https://pythonnative.com/guides/animations/
Gestures https://pythonnative.com/guides/gestures/
Lists https://pythonnative.com/guides/lists/
Async + Data https://pythonnative.com/guides/async/
Platform & Accessibility https://pythonnative.com/guides/platform-accessibility/
Native Modules https://pythonnative.com/guides/native-modules/
Custom Native Components https://pythonnative.com/guides/custom-native-components/
Hot Reload https://pythonnative.com/guides/hot-reload/
Error Boundaries https://pythonnative.com/guides/error-boundaries/
Testing https://pythonnative.com/guides/testing/
Configuration https://pythonnative.com/guides/configuration/
Permissions https://pythonnative.com/guides/permissions/
Building for Release https://pythonnative.com/guides/building-for-release/
Overview https://pythonnative.com/examples/
Hello World https://pythonnative.com/examples/hello-world/
Counter https://pythonnative.com/examples/counter/
Forms https://pythonnative.com/examples/forms/
Lists https://pythonnative.com/examples/lists/
Navigation https://pythonnative.com/examples/navigation/
Package https://pythonnative.com/api/pythonnative/
Components https://pythonnative.com/api/components/
Hooks https://pythonnative.com/api/hooks/
Animated https://pythonnative.com/api/animated/
Gestures https://pythonnative.com/api/gestures/
 GestureStateName https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
 GestureCallback https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
 SwipeDirection https://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
 GestureSpec https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureSpec
 EmitFn https://pythonnative.com/api/gestures/#pythonnative.gestures.EmitFn
 GestureState https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState
 BEGAN https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.BEGAN
 CHANGED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CHANGED
 ENDED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.ENDED
 CANCELLED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CANCELLED
 GestureEvent https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.kind
 state https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.state
 x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.x
 y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.y
 translation_x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_x
 translation_y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_y
 velocity_x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_x
 velocity_y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_y
 scale https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.scale
 rotation https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.rotation
 pointer_count https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.pointer_count
 direction https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.direction
 Tap https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap
 on_tap https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.on_tap
 n_taps https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.n_taps
 max_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.max_distance
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.kind
 LongPress https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress
 on_long_press https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.on_long_press
 min_duration_ms https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.min_duration_ms
 max_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.max_distance
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.kind
 Pan https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan
 min_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_distance
 min_pointers https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_pointers
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.kind
 Swipe https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe
 on_swipe https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.on_swipe
 direction https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.direction
 min_velocity https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.min_velocity
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.kind
 Pinch https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch.kind
 Rotation https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation.kind
 GestureArbiter https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
 pointer_down https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_down
 pointer_move https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_move
 pointer_up https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_up
 cancel https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.cancel
 poll https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.poll
 next_deadline https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.next_deadline
 has_active_pan https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.has_active_pan
 event_from_payload https://pythonnative.com/api/gestures/#pythonnative.gestures.event_from_payload
 serialize_gestures https://pythonnative.com/api/gestures/#pythonnative.gestures.serialize_gestures
 make_arbiter https://pythonnative.com/api/gestures/#pythonnative.gestures.make_arbiter
See also https://pythonnative.com/api/gestures/#see-also
Alerts https://pythonnative.com/api/alerts/
Async runtime https://pythonnative.com/api/runtime/
Appearance https://pythonnative.com/api/appearance/
Images https://pythonnative.com/api/images/
Network https://pythonnative.com/api/net/
Storage https://pythonnative.com/api/storage/
Platform https://pythonnative.com/api/platform/
Element https://pythonnative.com/api/element/
Screen https://pythonnative.com/api/screen/
Reconciler https://pythonnative.com/api/reconciler/
Layout https://pythonnative.com/api/layout/
Style https://pythonnative.com/api/style/
Navigation https://pythonnative.com/api/navigation/
Native modules https://pythonnative.com/api/native_modules/
Native views https://pythonnative.com/api/native_views/
SDK https://pythonnative.com/api/sdk/
Hot reload https://pythonnative.com/api/hot_reload/
Utilities https://pythonnative.com/api/utils/
CLI (pn) https://pythonnative.com/api/cli/
Component properties https://pythonnative.com/api/component-properties/
Style Guide https://pythonnative.com/meta/style-guide/
Contributing https://pythonnative.com/meta/contributing/
FAQ https://pythonnative.com/meta/faq/
Troubleshooting https://pythonnative.com/meta/troubleshooting/
Changelog https://pythonnative.com/meta/changelog/
 GestureStateName https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
 GestureCallback https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
 SwipeDirection https://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
 GestureSpec https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureSpec
 EmitFn https://pythonnative.com/api/gestures/#pythonnative.gestures.EmitFn
 GestureState https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState
 BEGAN https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.BEGAN
 CHANGED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CHANGED
 ENDED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.ENDED
 CANCELLED https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CANCELLED
 GestureEvent https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.kind
 state https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.state
 x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.x
 y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.y
 translation_x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_x
 translation_y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_y
 velocity_x https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_x
 velocity_y https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_y
 scale https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.scale
 rotation https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.rotation
 pointer_count https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.pointer_count
 direction https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.direction
 Tap https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap
 on_tap https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.on_tap
 n_taps https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.n_taps
 max_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.max_distance
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.kind
 LongPress https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress
 on_long_press https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.on_long_press
 min_duration_ms https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.min_duration_ms
 max_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.max_distance
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.kind
 Pan https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan
 min_distance https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_distance
 min_pointers https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_pointers
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.kind
 Swipe https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe
 on_swipe https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.on_swipe
 direction https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.direction
 min_velocity https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.min_velocity
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.kind
 Pinch https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch.kind
 Rotation https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation
 kind https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation.kind
 GestureArbiter https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
 pointer_down https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_down
 pointer_move https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_move
 pointer_up https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_up
 cancel https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.cancel
 poll https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.poll
 next_deadline https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.next_deadline
 has_active_pan https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.has_active_pan
 event_from_payload https://pythonnative.com/api/gestures/#pythonnative.gestures.event_from_payload
 serialize_gestures https://pythonnative.com/api/gestures/#pythonnative.gestures.serialize_gestures
 make_arbiter https://pythonnative.com/api/gestures/#pythonnative.gestures.make_arbiter
See also https://pythonnative.com/api/gestures/#see-also
https://github.com/pythonnative/pythonnative/edit/main/docs/api/gestures.md
https://github.com/pythonnative/pythonnative/raw/main/docs/api/gestures.md
https://pythonnative.com/api/gestures/#gestures
Gestures guidehttps://pythonnative.com/guides/gestures/
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#__codelineno-0-2
https://pythonnative.com/api/gestures/#__codelineno-0-3
https://pythonnative.com/api/gestures/#__codelineno-0-4
https://pythonnative.com/api/gestures/#__codelineno-0-5
https://pythonnative.com/api/gestures/#__codelineno-0-6
https://pythonnative.com/api/gestures/#__codelineno-0-7
https://pythonnative.com/api/gestures/#__codelineno-0-8
https://pythonnative.com/api/gestures/#__codelineno-0-9
https://pythonnative.com/api/gestures/#__codelineno-0-10
https://pythonnative.com/api/gestures/#__codelineno-0-11
https://pythonnative.com/api/gestures/#__codelineno-0-12
https://pythonnative.com/api/gestures/#__codelineno-0-13
https://pythonnative.com/api/gestures/#__codelineno-0-14
https://pythonnative.com/api/gestures/#__codelineno-0-15
https://pythonnative.com/api/gestures/#__codelineno-0-16
https://pythonnative.com/api/gestures/#__codelineno-0-17
https://pythonnative.com/api/gestures/#__codelineno-0-18
https://pythonnative.com/api/gestures/#__codelineno-0-19
https://pythonnative.com/api/gestures/#__codelineno-0-20
https://pythonnative.com/api/gestures/#__codelineno-0-21
https://pythonnative.com/api/gestures/#__codelineno-0-22
GestureArbiterhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
GestureEventhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
GestureStatehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState
GestureEvent.statehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
GestureEventhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
Taphttps://pythonnative.com/api/gestures/#pythonnative.gestures.Tap
LongPresshttps://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress
Panhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Pan
Swipehttps://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe
Pinchhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch
Rotationhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation
GestureArbiterhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
serialize_gestureshttps://pythonnative.com/api/gestures/#pythonnative.gestures.serialize_gestures
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
https://pythonnative.com/api/gestures/#__codelineno-0-1
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
https://pythonnative.com/api/gestures/#__codelineno-0-1
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
https://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
https://pythonnative.com/api/gestures/#__codelineno-0-1
Literalhttps://docs.python.org/3/library/typing.html#typing.Literal
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureSpec
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#pythonnative.gestures.EmitFn
https://pythonnative.com/api/gestures/#__codelineno-0-1
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
inthttps://docs.python.org/3/library/functions.html#int
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState
GestureEvent.statehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
BEGANhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.BEGAN
CHANGEDhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CHANGED
ENDEDhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.ENDED
CANCELLEDhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CANCELLED
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.BEGAN
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CHANGED
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.ENDED
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState.CANCELLED
https://pythonnative.com/api/gestures/#__codelineno-0-1
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
GestureStateNamehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
inthttps://docs.python.org/3/library/functions.html#int
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
strhttps://docs.python.org/3/library/stdtypes.html#str
kindhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.kind
strhttps://docs.python.org/3/library/stdtypes.html#str
statehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.state
GestureStateNamehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
GestureStatehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureState
xhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.x
floathttps://docs.python.org/3/library/functions.html#float
yhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.y
floathttps://docs.python.org/3/library/functions.html#float
translation_xhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_x
floathttps://docs.python.org/3/library/functions.html#float
translation_yhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_y
floathttps://docs.python.org/3/library/functions.html#float
velocity_xhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_x
floathttps://docs.python.org/3/library/functions.html#float
velocity_yhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_y
floathttps://docs.python.org/3/library/functions.html#float
scalehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.scale
floathttps://docs.python.org/3/library/functions.html#float
rotationhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.rotation
floathttps://docs.python.org/3/library/functions.html#float
pointer_counthttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.pointer_count
inthttps://docs.python.org/3/library/functions.html#int
directionhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.direction
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.state
https://pythonnative.com/api/gestures/#__codelineno-0-1
GestureStateNamehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureStateName
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.x
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.y
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_x
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.translation_y
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_x
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.velocity_y
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.scale
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.rotation
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.pointer_count
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent.direction
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
on_taphttps://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.on_tap
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
n_tapshttps://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.n_taps
inthttps://docs.python.org/3/library/functions.html#int
max_distancehttps://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.max_distance
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.on_tap
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.n_taps
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.max_distance
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.Tap.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
on_long_presshttps://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.on_long_press
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
min_duration_mshttps://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.min_duration_ms
floathttps://docs.python.org/3/library/functions.html#float
max_distancehttps://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.max_distance
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.on_long_press
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.min_duration_ms
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.max_distance
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.LongPress.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
floathttps://docs.python.org/3/library/functions.html#float
inthttps://docs.python.org/3/library/functions.html#int
min_distancehttps://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_distance
floathttps://docs.python.org/3/library/functions.html#float
min_pointershttps://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_pointers
inthttps://docs.python.org/3/library/functions.html#int
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_distance
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.min_pointers
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pan.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
SwipeDirectionhttps://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
floathttps://docs.python.org/3/library/functions.html#float
on_swipehttps://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.on_swipe
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
directionhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.direction
SwipeDirectionhttps://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
min_velocityhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.min_velocity
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.on_swipe
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.direction
https://pythonnative.com/api/gestures/#__codelineno-0-1
SwipeDirectionhttps://pythonnative.com/api/gestures/#pythonnative.gestures.SwipeDirection
https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.min_velocity
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.Swipe.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
kindhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch.kind
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Pinch.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
GestureCallbackhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureCallback
strhttps://docs.python.org/3/library/stdtypes.html#str
kindhttps://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation.kind
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.Rotation.kind
https://pythonnative.com/api/gestures/#__codelineno-0-1
strhttps://docs.python.org/3/library/stdtypes.html#str
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
https://pythonnative.com/api/gestures/#__codelineno-0-1
Sequencehttps://docs.python.org/3/library/typing.html#typing.Sequence
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
EmitFnhttps://pythonnative.com/api/gestures/#pythonnative.gestures.EmitFn
dispatch_eventhttps://pythonnative.com/api/native_views/#pythonnative.events.dispatch_event
next_deadlinehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.next_deadline
pollhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.poll
pointer_downhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_down
pointer_movehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_move
pointer_uphttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_up
cancelhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.cancel
pollhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.poll
next_deadlinehttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.next_deadline
has_active_panhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.has_active_pan
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_down
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_move
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.pointer_up
https://pythonnative.com/api/gestures/#__codelineno-0-1
inthttps://docs.python.org/3/library/functions.html#int
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.cancel
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.poll
https://pythonnative.com/api/gestures/#__codelineno-0-1
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.next_deadline
https://pythonnative.com/api/gestures/#__codelineno-0-1
Optionalhttps://docs.python.org/3/library/typing.html#typing.Optional
floathttps://docs.python.org/3/library/functions.html#float
https://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter.has_active_pan
https://pythonnative.com/api/gestures/#__codelineno-0-1
boolhttps://docs.python.org/3/library/functions.html#bool
https://pythonnative.com/api/gestures/#pythonnative.gestures.event_from_payload
https://pythonnative.com/api/gestures/#__codelineno-0-1
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
GestureEventhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
GestureEventhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureEvent
https://pythonnative.com/api/gestures/#pythonnative.gestures.serialize_gestures
https://pythonnative.com/api/gestures/#__codelineno-0-1
Sequencehttps://docs.python.org/3/library/typing.html#typing.Sequence
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Tuplehttps://docs.python.org/3/library/typing.html#typing.Tuple
Listhttps://docs.python.org/3/library/typing.html#typing.List
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Sequencehttps://docs.python.org/3/library/typing.html#typing.Sequence
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Listhttps://docs.python.org/3/library/typing.html#typing.List
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Tuplehttps://docs.python.org/3/library/typing.html#typing.Tuple
Listhttps://docs.python.org/3/library/typing.html#typing.List
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Tuplehttps://docs.python.org/3/library/typing.html#typing.Tuple
Listhttps://docs.python.org/3/library/typing.html#typing.List
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Tuplehttps://docs.python.org/3/library/typing.html#typing.Tuple
Listhttps://docs.python.org/3/library/typing.html#typing.List
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Callablehttps://docs.python.org/3/library/typing.html#typing.Callable
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
https://pythonnative.com/api/gestures/#pythonnative.gestures.make_arbiter
https://pythonnative.com/api/gestures/#__codelineno-0-1
Sequencehttps://docs.python.org/3/library/typing.html#typing.Sequence
Dicthttps://docs.python.org/3/library/typing.html#typing.Dict
strhttps://docs.python.org/3/library/stdtypes.html#str
Anyhttps://docs.python.org/3/library/typing.html#typing.Any
EmitFnhttps://pythonnative.com/api/gestures/#pythonnative.gestures.EmitFn
GestureArbiterhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
GestureArbiterhttps://pythonnative.com/api/gestures/#pythonnative.gestures.GestureArbiter
https://pythonnative.com/api/gestures/#see-also
Gestures guidehttps://pythonnative.com/guides/gestures/
Animatedhttps://pythonnative.com/api/animated/
https://github.com/pythonnative/pythonnative
https://pypi.org/project/pythonnative/

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.