-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Recording
-
HeadlessScreenRecorder
-
Methods
-
RecordInputEvent(String, Object?)
Definition
Records an input event.
public void RecordInputEvent(string description, object? data = null)
Parameters
- description
- String
Description of the input event.
- data
- Object
Optional event data.