mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-16 06:01:29 +03:00
update pos when entered from a different side
This commit is contained in:
@@ -204,7 +204,7 @@ pub enum FrontendEvent {
|
||||
/// incoming connected
|
||||
IncomingConnected(String, SocketAddr, Position),
|
||||
/// incoming disconnected
|
||||
IncomingDisconnected(String),
|
||||
IncomingDisconnected(SocketAddr),
|
||||
}
|
||||
|
||||
#[derive(Debug, Eq, PartialEq, Clone, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user