Lens Scripting API
    Preparing search index...

    Tracks states and transitions of palm tapping

    as PalmTap interactions are being deprecated to ensure consistent system-level interactions and prevent conflicts with core OS functionality. This gesture is now reserved for system navigation and accessibility features. Please consider alternative interaction patterns such as pinch gestures, air tap, or voice commands for your application's user interface.

    Index

    Constructors

    Properties

    onPalmTapDown: PublicApi<void> = ...
    onPalmTapUp: PublicApi<void> = ...

    Methods

    • Returns boolean

      whether the user is tapping

      as PalmTap interactions are being deprecated to ensure consistent system-level interactions and prevent conflicts with core OS functionality. This gesture is now reserved for system navigation and accessibility features. Please consider alternative interaction patterns such as pinch gestures, air tap, or voice commands for your application's user interface.

    • Notifies that a palm tap event has been detected

      Parameters

      Returns void

      as PalmTap interactions are being deprecated to ensure consistent system-level interactions and prevent conflicts with core OS functionality. This gesture is now reserved for system navigation and accessibility features. Please consider alternative interaction patterns such as pinch gestures, air tap, or voice commands for your application's user interface.