IPointerDevice Interface

Definition

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

Methods

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

See Also