Choose your operating system:
Windows
macOS
Linux
| SWidget::OnMouseWheel()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
Include |
#include "Widgets/SViewport.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
virtual FReply OnMouseWheel
(
const FGeometry & MyGeometry,
const FPointerEvent & MouseEvent
)
Called when the mouse wheel is spun. This event is bubbled.
Returns whether the event was handled, along with other possible actions
Parameter |
Description |
---|---|
MouseEvent |
Mouse event |