Skip to main content

LibInputBackendOptions Class

Definition

Assembly:Avalonia.LinuxFramebuffer
Package:Avalonia.LinuxFramebuffer
public class LibInputBackendOptions

Inheritance: object -> LibInputBackendOptions

Implements: IEquatable<LibInputBackendOptions>

Constructors

NameDescription
LibInputBackendOptionsNo summary available.

LibInputBackendOptions Constructor

public LibInputBackendOptions()

Methods

NameDescription
<Clone>$No summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

<Clone>$ Method

public Avalonia.LinuxFramebuffer.Input.LibInput.LibInputBackendOptions <Clone>$()

Returns

Avalonia.LinuxFramebuffer.Input.LibInput.LibInputBackendOptions

Equals overloads

Equals Method

public bool Equals(Avalonia.LinuxFramebuffer.Input.LibInput.LibInputBackendOptions other)
Parameters

other Avalonia.LinuxFramebuffer.Input.LibInput.LibInputBackendOptions

Returns

bool

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
EventsList Events of events handler to monitoring eg: /dev/eventX.

Events Property

List Events of events handler to monitoring eg: /dev/eventX.

public System.Collections.Generic.IReadOnlyList<string> Events { get; set; }