EMagicLeapTouchpadGestureType

Recognized touchpad gesture types.

Windows
MacOS
Linux

References

Module

MagicLeapController

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeapController/Public/TouchpadGesturesComponent.h

Include

#include "TouchpadGesturesComponent.h"

Syntax

enum EMagicLeapTouchpadGestureType
{
    None,
    Tap,
    ForceTapDown,
    ForceTapUp,
    ForceDwell,
    SecondForceDown,
    LongHold,
    RadialScroll,
    Swipe,
    Scroll,
    Pinch,
}

Values

Name

Description

None

Tap

ForceTapDown

ForceTapUp

ForceDwell

SecondForceDown

LongHold

RadialScroll

Swipe

Scroll

Pinch

Remarks

Recognized touchpad gesture types.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss