IInputManager Interface

Receives input from the windowing subsystem and dispatches it to interested parties for processing.

Definition

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

Properties

PostProcess Gets an observable that notifies on each input event received after Process.
PreProcess Gets an observable that notifies on each input event received before Process.
Process Gets an observable that notifies on each input event received.

Methods

ProcessInput(RawInputEventArgs) Processes a raw input event.

See Also