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" |
FCursorReply OnCursorQuery
&40;
const FGeometry & MyGeometry,
const FPointerEvent & CursorEvent
&41;
Remarks
The system asks each widget under the mouse to provide a cursor. This event is bubbled. FCursorReply::Unhandled() if the event is not handled; return FCursorReply::Cursor() otherwise.