IWebBrowserWindow::OnMouseButtonDown

Notify the browser that a mouse button was pressed within it

Windows
MacOS
Linux

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h

Include

#include "IWebBrowserWindow.h"

Syntax

FReply OnMouseButtonDown
(
    const FGeometry & MyGeometry,
    const FPointerEvent & MouseEvent,
    bool bIsPopup
)

Remarks

Notify the browser that a mouse button was pressed within it

Returns

FReply::Handled() if the mouse event was handled, FReply::Unhandled() oterwise

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss