FPointerEvent::FPointerEvent

A constructor for gesture events

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Input/Events.h"

Syntax

FPointerEvent
(
    const FVector2D & InScreenSpacePosition,
    const FVector2D & InLastScreenSpacePosition,
    const TSet< FKey > & InPressedButtons,
    const FModifierKeysState & InModifierKeys,
    EGestureEvent InGestureType,
    const FVector2D & InGestureDelta,
    bool bInIsDirectionInvertedFromDevice
)

Remarks

A constructor for gesture 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