Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include | #include "IWebBrowserWindow.h" |
FReply OnTouchGesture
(
const FGeometry & MyGeometry,
const FPointerEvent & GestureEvent,
bool bIsPopup
)
Remarks
Called when a touch gesture is performed. FReply::Handled() if the mouse event was handled, FReply::Unhandled() oterwise
Parameters
| Name | Description |
|---|---|
| MyGeometry | The Geometry of the browser |
| GestureEvent | Information about the input event |
| bIsPopup | True if the coordinates are relative to a popup menu window, otherwise false. |