ITopLevelImpl.

Input Property

Summary

Gets or sets a method called when the toplevel receives input.
Namespace
Avalonia.Platform
Containing Type
ITopLevelImpl

Syntax

Action<RawInputEventArgs> Input { get; set; }

Value

Type Description
Action<RawInputEventArgs>