mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 23:23:14 -04:00
Add ability to send custom user events
This commit is contained in:
@@ -5,7 +5,7 @@ fn needs_send<T:Send>() {}
|
||||
#[test]
|
||||
fn events_loop_proxy_send() {
|
||||
// ensures that `winit::EventLoopProxy` implements `Send`
|
||||
needs_send::<winit::EventLoopProxy>();
|
||||
needs_send::<winit::EventLoopProxy<()>>();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user