InputManager.

ProcessInput(RawInputEventArgs) Method

Summary

Processes a raw input event.
Namespace
Avalonia.Input
Containing Type
InputManager

Syntax

public void ProcessInput(RawInputEventArgs e)

Parameters

Name Type Description
e RawInputEventArgs The raw input event.

Return Value

Type Description
void