Struct MouseDownEventRef
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
Position
The position of the mouse pointer at the time of the event, in logical window coordinates.
public Point Position