FAnalogCursor::UpdateCursorPosition

Handles updating the cursor position and processing a Mouse Move Event

Windows
MacOS
Linux

Deprecated

  • FAnalogCursor now updates cursor position based on user, not the hardware cursor specifically.

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/AnalogCursor.h

Include

#include "Framework/Application/AnalogCursor.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/AnalogCursor.cpp

Syntax

virtual void UpdateCursorPosition
(
    FSlateApplication & SlateApp,
    TSharedRef< ICursor > Cursor,
    const FVector2D & NewPosition,
    bool bForce
)

Remarks

Handles updating the cursor position and processing a Mouse Move Event

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