From 2369b974d988d76219c61d0ffb31880356da8f46 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 19 May 2024 10:30:32 +0500 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2c7c11..3e07a40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Easy to use `uinput` wrapper for Rust. +**Much faster (lower latency) than any other library for input emulation on Linux.** + Allows you to send keyboard and mouse events by creating a virtual device in Linux. `uinput` is a basic Linux library, so this works on any distro and on `X11` or `Wayland`.