Table of Contents

Struct MouseMoveEventRef

Namespace
Xui.Core.Abstract.Events
Assembly
Xui.Core.dll

Represents a platform-level input event indicating that the mouse pointer has moved to a new position.

public ref struct MouseMoveEventRef
Inherited Members

Remarks

This event is dispatched by the Actual window and forwarded to the Abstract layer for routing through the view hierarchy. It is typically used to trigger hover effects, cursor updates, or to track dragging or gesture movement.

Fields

Position

The current position of the mouse pointer in logical window coordinates.

public Point Position

Field Value

Point

TextMeasure

Optional text measure context for hit-testing text positions. May be null on platforms that do not provide one.

public ITextMeasureContext? TextMeasure

Field Value

ITextMeasureContext