Add WindowId type
This commit is contained in:
parent
9cd0430ec7
commit
b988c174fe
4 changed files with 20 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
use std::path::PathBuf;
|
||||
use WindowId;
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum Event {
|
||||
WindowEvent {
|
||||
window_id: usize,
|
||||
window_id: WindowId,
|
||||
event: WindowEvent,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue