IInputDevice Interface

Definition

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

Methods

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

See Also