IDragDropDevice Interface

Definition

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

Methods

ProcessRawEvent(RawInputEventArgs) Processes raw event. Is called after preprocessing by InputManager
(Inherited from IInputDevice)

See Also