Table of Contents

Struct MouseDownEventRef

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

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

public ref struct MouseDownEventRef
Inherited Members

Remarks

This event is dispatched by the Actual window and forwarded to the Abstract layer for routing through the view hierarchy. It may be used to initiate focus, dragging, selection, or other pointer interactions.

Fields

Button

The mouse button that was pressed.

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