Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Called by the native application in response to a mouse button release. Routs the event to Slate Widgets.
| Name | ProcessMouseButtonUpEvent |
| 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 ProcessMouseButtonUpEvent
(
const FPointerEvent & MouseEvent
)
Was this event handled by the Slate application?
Parameters
| Name | Remarks |
|---|---|
| InMouseEvent | Mouse event |