FPointerEvent::FPointerEvent

A constructor for touch events

Windows
MacOS
Linux

Deprecated

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Events.h

Include

#include "Input/Events.h"

Syntax

FPointerEvent
(
    uint32 InUserIndex,
    uint32 InPointerIndex,
    const FVector2D & InScreenSpacePosition,
    const FVector2D & InLastScreenSpacePosition,
    bool bPressLeftMouseButton,
    const FModifierKeysState & InModifierKeys,
    uint32 InTouchpadIndex
)

Remarks

A constructor for touch events

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