Home
last modified time | relevance | path

Searched refs:with_user_event (Results 1 – 10 of 10) sorted by relevance

/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/
H A Devent_loop.rs115 EventLoop::<()>::with_user_event() in new()
127 pub fn with_user_event() -> EventLoop<T> { in with_user_event() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/
H A Devent_loop.rs120 EventLoop::<()>::with_user_event() in new()
132 pub fn with_user_event() -> EventLoop<T> { in with_user_event() method
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/examples/
H A Dcustom_events.rs15 let event_loop = EventLoop::<CustomEvent>::with_user_event(); in main()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/examples/
H A Dcustom_events.rs16 let event_loop = EventLoop::<CustomEvent>::with_user_event(); in main()
/dports/www/firefox/firefox-99.0/third_party/rust/profiling/examples/puffin/
H A Dpuffin.rs57 let event_loop = winit::event_loop::EventLoop::<()>::with_user_event(); in main()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/profiling/examples/puffin/
H A Dpuffin.rs57 let event_loop = winit::event_loop::EventLoop::<()>::with_user_event(); in main()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/profiling/examples/puffin/
H A Dpuffin.rs57 let event_loop = winit::event_loop::EventLoop::<()>::with_user_event(); in main()
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Dmain.rs79 let window_event_loop = GlutinEventLoop::<Event>::with_user_event(); in main()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/
H A DCHANGELOG.md176 - Prevent `EventLoop::new` and `EventLoop::with_user_event` from getting called outside the main th…
190 - Change all occurrences of the `new_user_event` method to `with_user_event`.
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/
H A DCHANGELOG.md247 - Prevent `EventLoop::new` and `EventLoop::with_user_event` from getting called outside the main th…
261 - Change all occurrences of the `new_user_event` method to `with_user_event`.