mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-09 15:51:29 +03:00
update README
This commit is contained in:
@@ -9,10 +9,12 @@ Currently the mouse moves in a circle when receiving a(ny) udp packet on port 42
|
|||||||
|
|
||||||
## TODOS:
|
## TODOS:
|
||||||
- [x] Capture the actual mouse events on the server side via a wayland client and send them to the client
|
- [x] Capture the actual mouse events on the server side via a wayland client and send them to the client
|
||||||
- [ ] Mouse grabbing on some 1 pixel wide transparent window server side
|
- [x] Mouse grabbing
|
||||||
- [ ] Merge server and client
|
- [x] Window with absolute position (wlr\_layer\_shell?)
|
||||||
- [ ] Keyboard support
|
- [ ] Keyboard support
|
||||||
- [ ] Scrollwheel and button support
|
- [ ] Scrollwheel support
|
||||||
|
- [ ] Button support
|
||||||
|
- [ ] Merge server and client
|
||||||
- [ ] Clipboard support
|
- [ ] Clipboard support
|
||||||
- [ ] Graphical frontend (gtk?)
|
- [ ] Graphical frontend (gtk?)
|
||||||
|
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ impl Dispatch<wl_registry::WlRegistry, ()> for App {
|
|||||||
}
|
}
|
||||||
"wl_shm" => {
|
"wl_shm" => {
|
||||||
let shm = registry.bind::<wl_shm::WlShm, _, _>(name, 1, qh, ());
|
let shm = registry.bind::<wl_shm::WlShm, _, _>(name, 1, qh, ());
|
||||||
let (width, height) = (64, 64);
|
let (width, height) = (64, 1440);
|
||||||
let mut file = tempfile::tempfile().unwrap();
|
let mut file = tempfile::tempfile().unwrap();
|
||||||
draw(&mut file, (width, height));
|
draw(&mut file, (width, height));
|
||||||
let pool =
|
let pool =
|
||||||
|
|||||||
Reference in New Issue
Block a user