IInputManager.

PostProcess Property

Summary

Gets an observable that notifies on each input event received after Process.
Namespace
Avalonia.Input
Containing Type
IInputManager

Syntax

IObservable<RawInputEventArgs> PostProcess { get; }

Value

Type Description
IObservable<RawInputEventArgs>