tenseleyflow/hyprkvm / 4da2a8f

Browse files

Add transfer module stub for future implementation

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
4da2a8fd8457b2cc17715e2f663b0377255101ca
Parents
cf52745
Tree
ec15219

1 changed file

StatusFile+-
A hyprkvm-daemon/src/transfer/mod.rs 7 0
hyprkvm-daemon/src/transfer/mod.rsadded
@@ -0,0 +1,7 @@
1
+//! Control transfer module
2
+//!
3
+//! Manages the transfer of keyboard/mouse control between machines.
4
+
5
+// TODO: Sprint 4 - Implement control transfer
6
+// pub mod manager;
7
+// pub mod state_machine;