Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FReply
Description
Enables the use of high precision (raw input) mouse movement, for more accurate mouse movement without mouse ballistics NOTE: This implies mouse capture and hidden mouse movement. Releasing mouse capture deactivates this mode.
| Name | UseHighPrecisionMouseMovement |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Input/Reply.h |
| Include Path | #include "Input/Reply.h" |
FReply & UseHighPrecisionMouseMovement
(
TSharedRef < SWidget > InMouseCaptor
)