Skip to main content

Component to acquire coordinates and movements for smartphones

Project description

touchable component

touchable component is a Dash component library. Component to acquire coordinates and movements for smartphones.

Installation

```
$ pip install touchable_component
```

Properties

  • children (dash component)
  • id (string)
  • className (string)
  • n_clicks (int)
  • direction (string; readonly) Flick-swipe direction. - up - down - left - right
  • flick (float; readonly) Timestamp at end of flick operation.
  • swipe (float; readonly) Timestamp at end of swipe operation.
  • long_tap (float; readonly) Timestamp of the start of the long press.
  • long_tap_end (float; readonly) Timestamp of the end of the long press.
  • long_swipe (float; readonly) Timestamp when swiped after long press.
  • start_timestamp (float; readonly) Timestamp of the start of the touch.
  • end_timestamp (float; readonly) Timestamp of the end of the touch.
  • touches (list[dict]; readonly) List of coordinate information.
    • x x-coordinate in component.
    • y y-coordinate in component.
    • clientX Relative x-coordinates, not including the scroll offset from the viewport of the touch points.
    • clientY Relative y-coordinates, not including the scroll offset from the viewport of the touch points.
    • top Relative position of the upper left corner of the browser's display area as a base point.
    • left Relative position of the upper left corner of the browser's display area as a base point.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

touchable_component-2.1.11.tar.gz (8.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page