mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-21 12:10:55 +03:00
implement server side mouse grab
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use std::io::{self, Write};
|
||||
use std::{f64::consts::PI, net::UdpSocket};
|
||||
use std::net::UdpSocket;
|
||||
|
||||
use wayland_protocols_wlr::virtual_pointer::v1::client::{
|
||||
zwlr_virtual_pointer_manager_v1::ZwlrVirtualPointerManagerV1 as VpManager,
|
||||
|
||||
Reference in New Issue
Block a user