Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Called by the native application in response to a mouse wheel spin or a touch gesture. Routs the event to Slate Widgets.
| Name | ProcessMouseWheelOrGestureEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
bool ProcessMouseWheelOrGestureEvent
(
const FPointerEvent & InWheelEvent,
const FPointerEvent * InGestureEvent
)
Was this event handled by the Slate application?
Parameters
| Name | Remarks |
|---|---|
| InWheelEvent | Mouse wheel event details |
| InGestureEvent | Optional gesture event details |