Table of Contents

Struct MouseUpEventRef

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

Represents a platform-level input event indicating that a mouse button was released at a given position.

public ref struct MouseUpEventRef
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 complete interactions such as clicks, drags, or other pointer-driven gestures.

Fields

Button

The mouse button that was released.

public MouseButton Button

Field Value

MouseButton

Position

The position of the mouse pointer at the time of the event, in logical window coordinates.

public Point Position

Field Value

Point