From 84696760f0c04b31b34de8ac15285b8f177fbec6 Mon Sep 17 00:00:00 2001 From: Bill Doyle Date: Fri, 12 Jul 2024 18:55:02 -0400 Subject: [PATCH] Add warning about Windows hiding the cursor (#160) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b14c7a1..a64c132 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ input capture (to send events *to* other clients) on different operating systems > If you are using [Wayfire](https://github.com/WayfireWM/wayfire), make sure to use a recent version (must be newer than October 23rd) and **add `shortcuts-inhibit` to the list of plugins in your wayfire config!** > Otherwise input capture will not work. +> [!Important] +> The mouse cursor will be invisible when sending input to a Windows system if +> there is no real mouse connected to the machine. + ## Installation ### Install via cargo ```sh