9#include "Misc/Optional.h"
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EGestureEvent
Definition GenericApplicationMessageHandler.h:138
UE::Math::TVector2< double > FVector2D
Definition MathFwd.h:48
Definition ContainerAllocationPolicies.h:1644
Definition GenericApplicationMessageHandler.h:209
Definition GestureDetector.h:18
static bool IsGestureSupported(EGestureEvent Gesture)
Definition GestureDetector.cpp:8
static double LongPressSeconds
Definition GestureDetector.h:21
void GenerateGestures(FGenericApplicationMessageHandler &MessageHandler, const TBitArray< FDefaultBitArrayAllocator > &EnabledGestures)
Definition GestureDetector.cpp:49
static float LongPressAllowedMovement
Definition GestureDetector.h:27
void OnTouchStarted(int32 TouchIndex, const FVector2D &Location)
Definition GestureDetector.cpp:19
void OnTouchMoved(int32 TouchIndex, const FVector2D &Location)
Definition GestureDetector.cpp:37
void OnTouchEnded(int32 TouchIndex, const FVector2D &Location)
Definition GestureDetector.cpp:29
Definition BitArray.h:350
static const int32 NUM_TOUCH_KEYS
Definition InputCoreTypes.h:695
Definition Optional.h:131