lindexi
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
3 deletions
-
src/Linux/Avalonia.LinuxFramebuffer/Input/LibInput/LibInputBackend.cs
|
|
@ -29,9 +29,6 @@ namespace Avalonia.LinuxFramebuffer.Input.LibInput |
|
|
{ |
|
|
{ |
|
|
var fd = libinput_get_fd(ctx); |
|
|
var fd = libinput_get_fd(ctx); |
|
|
|
|
|
|
|
|
var timeval = stackalloc IntPtr[2]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
foreach (var f in Directory.GetFiles("/dev/input", "event*")) |
|
|
foreach (var f in Directory.GetFiles("/dev/input", "event*")) |
|
|
libinput_path_add_device(ctx, f); |
|
|
libinput_path_add_device(ctx, f); |
|
|
while (true) |
|
|
while (true) |
|
|
|