Impl Clone for EventsLoopProxy (#331)
This commit is contained in:
parent
58181dbff9
commit
159364bec3
10 changed files with 10 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ pub struct EventsLoop {
|
|||
event_rx: Receiver<android_glue::Event>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct EventsLoopProxy;
|
||||
|
||||
impl EventsLoop {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue