Skip to main content

InputExtensions Class

Defines extensions for the IInputElement interface.

Definition

Namespace: Avalonia.Input
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class InputExtensions
View Source
InheritanceObject → InputExtensions

Methods

GetInputElementsAt(IInputElement, Point)Returns the active input elements at a point on an IInputElement.
GetInputElementsAt(IInputElement, Point, Boolean)Returns the active input elements at a point on an IInputElement.
InputHitTest(IInputElement, Point)Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, Boolean)Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, Func(Visual, Boolean))Returns the topmost active input element at a point on an IInputElement.
InputHitTest(IInputElement, Point, Func(Visual, Boolean), Boolean)Returns the topmost active input element at a point on an IInputElement.

See Also

Reference

Avalonia.Input Namespace