Support multiple windows, start on input UI
This commit is contained in:
@@ -160,6 +160,7 @@ pub enum EmulatorCommand {
|
||||
SetKeys(VBKey),
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct EmulatorClient {
|
||||
queue: mpsc::Sender<EmulatorCommand>,
|
||||
running: Arc<AtomicBool>,
|
||||
|
||||
Reference in New Issue
Block a user