From 8e3a1b82b69251877045312aa07605eec0d3d043 Mon Sep 17 00:00:00 2001 From: Surferlul Date: Mon, 25 Jul 2022 13:55:55 +0200 Subject: [PATCH] Added indicator --- remote_evdev/stream/host.py | 1 + 1 file changed, 1 insertion(+) diff --git a/remote_evdev/stream/host.py b/remote_evdev/stream/host.py index 32fa56f..07644cd 100644 --- a/remote_evdev/stream/host.py +++ b/remote_evdev/stream/host.py @@ -48,6 +48,7 @@ def give_control(s: socket, d: dict[int: InputDevice]): continue for fd in d: d[fd].grab() + print("Ready") def take_control(s: socket, d: dict[int: InputDevice]):