InputManager.

PostProcess Property

Summary

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

Syntax

public IObservable<RawInputEventArgs> PostProcess { get; }

Value

Type Description
IObservable<RawInputEventArgs>