SVirtualJoystick::HandleTouch

Process a touch event (on movement and possibly on initial touch)

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SVirtualJoystick.h

Include

#include "Widgets/Input/SVirtualJoystick.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SVirtualJoystick.cpp

Syntax

virtual bool HandleTouch
(
    int32 ControlIndex,
    const FVector2D & LocalCoord,
    const FVector2D & ScreenSize
)

Remarks

Process a touch event (on movement and possibly on initial touch)

Returns

true if the touch was successful

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