InputManager.

Process Property

Summary

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

Syntax

public IObservable<RawInputEventArgs> Process { get; }

Value

Type Description
IObservable<RawInputEventArgs>