FReply::UseHighPrecisionMouseMovement

Enables the use of high precision (raw input) mouse movement, for more accurate mouse movement without mouse ballistics

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Input/Reply.h

Include

#include "Input/Reply.h"

Syntax

FReply & UseHighPrecisionMouseMovement
(
    TSharedRef< SWidget > InMouseCaptor
)

Remarks

Enables the use of high precision (raw input) mouse movement, for more accurate mouse movement without mouse ballistics

This implies mouse capture and hidden mouse movement. Releasing mouse capture deactivates this mode.

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