Table of Contents

Interface FSmartTouchableInterface

Namespace
Global
Assembly
Assembly-CSharp.dll
public interface FSmartTouchableInterface : FCapturedTouchableInterface
Inherited Members

Methods

HandleSmartTouchBegan(int, FTouch)

bool HandleSmartTouchBegan(int touchIndex, FTouch touch)

Parameters

touchIndex int
touch FTouch

Returns

bool

HandleSmartTouchCanceled(int, FTouch)

void HandleSmartTouchCanceled(int touchIndex, FTouch touch)

Parameters

touchIndex int
touch FTouch

HandleSmartTouchEnded(int, FTouch)

void HandleSmartTouchEnded(int touchIndex, FTouch touch)

Parameters

touchIndex int
touch FTouch

HandleSmartTouchMoved(int, FTouch)

void HandleSmartTouchMoved(int touchIndex, FTouch touch)

Parameters

touchIndex int
touch FTouch