InputManager.

PreProcess Property

Summary

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

Syntax

public IObservable<RawInputEventArgs> PreProcess { get; }

Value

Type Description
IObservable<RawInputEventArgs>