IMouseDevice Interface

Represents a mouse device.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public interface IMouseDevice : IPointerDevice, 
	IInputDevice
Implements
IInputDevice, IPointerDevice

Methods

ProcessRawEvent(RawInputEventArgs) Processes raw event. Is called after preprocessing by InputManager
(Inherited from IInputDevice)
TryGetPointer(RawPointerEventArgs) Gets a pointer for specific event args.
(Inherited from IPointerDevice)

See Also