EMagicLeapInputTabletDeviceStateMask

Mask for determinig the validity of the additional pen data.

Windows
MacOS
Linux

References

Module

MagicLeapTablet

Header

/Engine/Plugins/Lumin/MagicLeapTablet/Source/Public/MagicLeapTabletTypes.h

Include

#include "MagicLeapTabletTypes.h"

Syntax

enum EMagicLeapInputTabletDeviceStateMask
{
    HasType                      = 1 << 0,
    HasToolType                  = 1 << 1,
    HasPenTouchPosAndForce       = 1 << 2,
    HasAdditionalPenTouchData    = 1 << 3,
    HasPenTouchActive            = 1 << 4,
    HasConnectionState           = 1 << 5,
    HasPenDistance               = 1 << 6,
    HasTimestamp                 = 1 << 7,
}

Values

Name

Description

HasType

HasToolType

HasPenTouchPosAndForce

HasAdditionalPenTouchData

HasPenTouchActive

HasConnectionState

HasPenDistance

HasTimestamp

Remarks

Mask for determinig the validity of the additional pen data.

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