LibInputBackendOptions Class
Definition
LibInputBackend Options.
public class LibInputBackendOptions
Constructors
| Name | Description |
|---|---|
| LibInputBackendOptions | No summary available. |
LibInputBackendOptions Constructor
public LibInputBackendOptions()
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No 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
| Name | Description |
|---|---|
| Events | List 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; }