KeyDown(Key) Method

Definition

Assembly HeadlessTestingFramework.dll

Presses a key down without releasing.

public Actions KeyDown(Key key)

Parameters

key
Avalonia.Input.Key

The key to press.

Returns

Actions
This Actions instance for chaining.