Implement the transition API
This commit is contained in:
parent
2c4db6b16e
commit
e7d43174e7
3 changed files with 20 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ use std::path::PathBuf;
|
|||
#[derive(Clone, Debug)]
|
||||
pub enum Event {
|
||||
WindowEvent {
|
||||
// window_id: ,
|
||||
window_id: usize,
|
||||
event: WindowEvent,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue