From 7afadcd3053560dc21b320699c7b7c0f582aa591 Mon Sep 17 00:00:00 2001 From: Ferdinand Schober Date: Mon, 19 Sep 2022 20:38:41 +0200 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bde94a0..de445b9 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,14 @@ Currently the mouse moves in a circle when receiving a(ny) udp packet on port 42 - [ ] Window with absolute position (wlr\_layer\_shell?) - [x] DNS resolving - [ ] Multiple IP addresses -> check which one is reachable -- [ ] [WIP] Keyboard support -- [ ] [WIP] Scrollwheel support +- [x] Keyboard support +- [x] Scrollwheel support - [x] Button support - [ ] Merge server and client -> Both client and server can send and receive events depending on what mouse is used where - [ ] Liveness tracking (automatically ungrab mouse when client unreachable) - [ ] Clipboard support - [ ] Graphical frontend (gtk?) - [ ] *Encrytion* -> likely DTLS -- [ ] ## Protocol considerations Currently UDP is used exclusively for all events sent and / or received.