This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
2024-11-10 14:01:40 -08:00

17 lines
199 B
Rust

use super::*;
mod usage; use usage::Usage;
mod device; use device::Device;
pub struct InputSystem {
channel:Sender<Query>,
}
impl InputSystem {
}
impl Subsystem for InputSystem {
}