Home
last modified time | relevance | path

Searched refs:EventsLoop (Results 126 – 150 of 155) sorted by relevance

1234567

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/png-0.16.8/examples/
H A Dshow.rs67 let mut events_loop = glutin::EventsLoop::new(); in main_loop()
/dports/graphics/viu/viu-1.1/cargo-crates/png-0.15.3/examples/
H A Dshow.rs66 let mut events_loop = glutin::EventsLoop::new(); in main_loop()
/dports/graphics/viu/viu-1.1/cargo-crates/png-0.16.7/examples/
H A Dshow.rs67 let mut events_loop = glutin::EventsLoop::new(); in main_loop()
/dports/graphics/rx/rx-0.4.0/cargo-crates/png-0.15.0/examples/
H A Dshow.rs66 let mut events_loop = glutin::EventsLoop::new(); in main_loop()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/
H A DCHANGELOG.md308 - Change all occurrences of `EventsLoop` to `EventLoop`.
422 - Implemented the `Debug` trait for `Window`, `EventsLoop`, `EventsLoopProxy` and `WindowBuilder`.
483EventsLoop::get_available_monitors` and `EventsLoop::get_primary_monitor` now have identical count…
503 - Fixed race conditions when creating an `EventsLoop` on X11, most commonly manifesting as "[xcb] U…
633 - **Breaking:** `EventsLoop` is `!Send` and `!Sync` because of platform-dependant constraints,
642 - `EventsLoop::get_primary_monitor()` on X11 will fallback to any available monitor if no primary i…
674 - Changed `get_available_monitors()` and `get_primary_monitor()` to be methods of `EventsLoop`
676 - Changed `EventsLoop` to be tied to a specific X11 or Wayland connection.
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dmain.rs229 events_loop: &Option<glutin::EventsLoop>, in make_window() argument
364 Some(glutin::EventsLoop::new()) in main()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/
H A DREADME.md47 let mut events_loop = winit::EventsLoop::new();
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dmain.rs322 events_loop: &Option<winit::EventsLoop>, in make_window() argument
609 Some(winit::EventsLoop::new()) in main()
775 events_loop: &mut Option<winit::EventsLoop>, in render() argument
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dmain.rs320 events_loop: &Option<winit::EventsLoop>, in make_window() argument
605 Some(winit::EventsLoop::new()) in main()
770 events_loop: &mut Option<winit::EventsLoop>, in render() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dmain.rs322 events_loop: &Option<winit::EventsLoop>, in make_window() argument
609 Some(winit::EventsLoop::new()) in main()
775 events_loop: &mut Option<winit::EventsLoop>, in render() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dmain.rs318 events_loop: &Option<winit::EventsLoop>, in make_window() argument
601 Some(winit::EventsLoop::new()) in main()
751 events_loop: &mut Option<winit::EventsLoop>, in render() argument
/dports/games/dose-response/dose-response-179c326/src/engine/
H A Dglium.rs18 glutin::{Event, EventsLoop, MonitorId, WindowBuilder, WindowEvent},
202 let mut events_loop = EventsLoop::new(); in main_loop()
H A Dglutin.rs156 let mut events_loop = glutin::EventsLoop::new(); in main_loop()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/rusttype-0.7.7/examples/
H A Dgpu_cache.rs57 let mut events_loop = glium::glutin::EventsLoop::new(); in main()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rusttype-0.7.9/examples/
H A Dgpu_cache.rs57 let mut events_loop = glium::glutin::EventsLoop::new(); in main()
/dports/games/dose-response/dose-response-179c326/cargo-crates/rusttype-0.7.3/examples/
H A Dgpu_cache.rs63 let mut events_loop = glutin::EventsLoop::new(); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/common/
H A Dboilerplate.rs106 let mut events_loop = glutin::EventsLoop::new(); in main_wrapper()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs126 let mut events_loop = winit::EventsLoop::new(); in main_wrapper()
/dports/www/firefox/firefox-99.0/gfx/wr/examples/common/
H A Dboilerplate.rs126 let mut events_loop = winit::EventsLoop::new(); in main_wrapper()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs126 let mut events_loop = winit::EventsLoop::new(); in main_wrapper()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/common/
H A Dboilerplate.rs126 let mut events_loop = winit::EventsLoop::new(); in main_wrapper()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/
H A Dlib.rs127 Event, EventsLoop, EventsLoopClosed, EventsLoopProxy, Icon, KeyboardInput,
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/
H A Dlib.rs127 Event, EventsLoop, EventsLoopClosed, EventsLoopProxy, Icon, KeyboardInput,
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/
H A Dwindow.rs18 use super::{ffi, util, ImeSender, XConnection, XError, WindowId, EventsLoop};
73 event_loop: &EventsLoop, in new() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/
H A Dwindow.rs19 use super::{ffi, util, ImeSender, XConnection, XError, WindowId, EventsLoop};
75 event_loop: &EventsLoop, in new() argument

1234567