Added indicator

This commit is contained in:
Surferlul 2022-07-25 13:55:55 +02:00
parent b9aa0ee5f3
commit 8e3a1b82b6

View File

@ -48,6 +48,7 @@ def give_control(s: socket, d: dict[int: InputDevice]):
continue continue
for fd in d: for fd in d:
d[fd].grab() d[fd].grab()
print("Ready")
def take_control(s: socket, d: dict[int: InputDevice]): def take_control(s: socket, d: dict[int: InputDevice]):