Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SViewport
- SWidget::OnTouchGesture()
- SViewport::OnTouchGesture()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
| Include | #include "Widgets/SViewport.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
virtual FReply OnTouchGesture
&40;
const FGeometry & MyGeometry,
const FPointerEvent & GestureEvent
&41;
Remarks
TOUCH and GESTURES Called when the user performs a gesture on trackpad. This event is bubbled. Returns whether the event was handled, along with other possible actions
Parameters
| Name | Description |
|---|---|
| GestureEvent | gesture event |