IMouseDevice Interface

Summary

Represents a mouse device.
Namespace
Avalonia.Input
Interfaces
Implementing Types
graph BT Type-.->Interface0["IPointerDevice"] click Interface0 "/api/Avalonia.Input/IPointerDevice" Type-.->Interface1["IInputDevice"] click Interface1 "/api/Avalonia.Input/IInputDevice" Type["IMouseDevice"] class Type type-node Implementing0["MouseDevice"]-.->Type click Implementing0 "/api/Avalonia.Input/MouseDevice"

Syntax

public interface IMouseDevice : IPointerDevice, IInputDevice

Properties

Name Value Summary
Position PixelPoint
Gets the mouse position, in screen coordinates.

Methods