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 OnMouseButtonUp
&40;
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent,
bool bIsPopup
&41;
Remarks
Notify the browser that a mouse button was released within it FReply::Handled() if the mouse event was handled, FReply::Unhandled() oterwise
Parameters
Name | Description |
---|---|
MyGeometry | The Geometry of the browser |
MouseEvent | Information about the input event |
bIsPopup | True if the coordinates are relative to a popup menu window, otherwise false. |