Home
last modified time | relevance | path

Searched refs:EventsLoop (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/
H A Dmod.rs138 events_loop: &EventsLoop, in new() argument
405 pub enum EventsLoop { enum
406 Wayland(wayland::EventsLoop),
407 X(x11::EventsLoop)
416 impl EventsLoop { impl
417 pub fn new() -> EventsLoop { in new()
454 wayland::EventsLoop::new() in new_wayland()
455 .map(EventsLoop::Wayland) in new_wayland()
463 .map(x11::EventsLoop::new) in new_x11()
464 .map(EventsLoop::X) in new_x11()
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/
H A Dmod.rs139 events_loop: &EventsLoop, in new() argument
422 pub enum EventsLoop { enum
423 Wayland(wayland::EventsLoop),
424 X(x11::EventsLoop)
433 impl EventsLoop { impl
434 pub fn new() -> EventsLoop { in new()
471 wayland::EventsLoop::new() in new_wayland()
472 .map(EventsLoop::Wayland) in new_wayland()
480 .map(x11::EventsLoop::new) in new_x11()
481 .map(EventsLoop::X) in new_x11()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/os/
H A Dwindows.rs8 use {DeviceId, EventsLoop, Icon, MonitorId, Window, WindowBuilder};
9 use platform::EventsLoop as WindowsEventsLoop;
18 impl EventsLoopExt for EventsLoop { implementation
21 EventsLoop { in new_dpi_unaware()
H A Dandroid.rs4 use EventsLoop;
14 impl EventsLoopExt for EventsLoop { implementation
H A Dunix.rs10 EventsLoop,
17 EventsLoop as LinuxEventsLoop,
125 impl EventsLoopExt for EventsLoop { implementation
129 EventsLoop { in new_x11()
138 EventsLoop { in new_wayland()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/os/
H A Dwindows.rs8 use {DeviceId, EventsLoop, Icon, MonitorId, Window, WindowBuilder};
9 use platform::EventsLoop as WindowsEventsLoop;
18 impl EventsLoopExt for EventsLoop { implementation
21 EventsLoop { in new_dpi_unaware()
H A Dandroid.rs4 use EventsLoop;
14 impl EventsLoopExt for EventsLoop { implementation
H A Dunix.rs10 EventsLoop,
17 EventsLoop as LinuxEventsLoop,
125 impl EventsLoopExt for EventsLoop { implementation
129 EventsLoop { in new_x11()
138 EventsLoop { in new_wayland()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/
H A Dlib.rs218 pub struct EventsLoop { struct
219 events_loop: platform::EventsLoop, argument
223 impl std::fmt::Debug for EventsLoop { argument
241 impl EventsLoop { implementation
248 pub fn new() -> EventsLoop { in new()
249 EventsLoop { in new()
250 events_loop: platform::EventsLoop::new(), in new()
H A Dwindow.rs5 EventsLoop,
145 pub fn build(mut self, events_loop: &EventsLoop) -> Result<Window, CreationError> { in build()
173 pub fn new(events_loop: &EventsLoop) -> Result<Window, CreationError> { in new()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/
H A Dlib.rs219 pub struct EventsLoop { struct
220 events_loop: platform::EventsLoop, argument
224 impl std::fmt::Debug for EventsLoop { implementation
242 impl EventsLoop { implementation
249 pub fn new() -> EventsLoop { in new()
250 EventsLoop { in new()
251 events_loop: platform::EventsLoop::new(), in new()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dangle.rs6 use winit::{EventsLoop, Window, WindowBuilder};
19 _: &EventsLoop, in with_window() argument
30 events_loop: &EventsLoop, in with_window() argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dangle.rs6 use winit::{EventsLoop, Window, WindowBuilder};
19 _: &EventsLoop, in with_window() argument
30 events_loop: &EventsLoop, in with_window() argument
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dangle.rs6 use winit::{EventsLoop, Window, WindowBuilder};
19 _: &EventsLoop, in with_window() argument
30 events_loop: &EventsLoop, in with_window() argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dangle.rs6 use winit::{EventsLoop, Window, WindowBuilder};
19 _: &EventsLoop, in with_window() argument
30 events_loop: &EventsLoop, in with_window() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/android/
H A Dmod.rs29 pub struct EventsLoop { struct
37 impl EventsLoop { argument
38 pub fn new() -> EventsLoop { in new()
41 EventsLoop { in new()
251 pub fn new(_: &EventsLoop, win_attribs: WindowAttributes, in new() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/android/
H A Dmod.rs29 pub struct EventsLoop { struct
37 impl EventsLoop { impl
38 pub fn new() -> EventsLoop { in new()
41 EventsLoop { in new()
251 pub fn new(_: &EventsLoop, win_attribs: WindowAttributes, in new() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/platform/blank/
H A Dmod.rs28 _: &winit::EventsLoop, in new_windowed() argument
37 _: &winit::EventsLoop, in new_headless() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/platform/blank/
H A Dmod.rs28 _: &winit::EventsLoop, in new_windowed() argument
37 _: &winit::EventsLoop, in new_headless() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/macos/
H A Dmod.rs3 pub use self::events_loop::{EventsLoop, Proxy as EventsLoopProxy};
33 pub fn new(events_loop: &EventsLoop, in new() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/macos/
H A Dmod.rs3 pub use self::events_loop::{EventsLoop, Proxy as EventsLoopProxy};
33 pub fn new(events_loop: &EventsLoop, in new() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dmod.rs92 el: &winit::EventsLoop, in new_windowed() argument
118 el: &winit::EventsLoop, in new_headless() argument
127 el: &winit::EventsLoop, in new_headless_impl() argument
273 el: &winit::EventsLoop, in build_surfaceless() argument
308 el: &winit::EventsLoop, in build_surfaceless() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/glutin-0.21.0/src/platform/linux/
H A Dmod.rs92 el: &winit::EventsLoop, in new_windowed() argument
118 el: &winit::EventsLoop, in new_headless() argument
127 el: &winit::EventsLoop, in new_headless_impl() argument
273 el: &winit::EventsLoop, in build_surfaceless() argument
308 el: &winit::EventsLoop, in build_surfaceless() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/examples/
H A Dfullscreen.rs7 let mut events_loop = winit::EventsLoop::new(); in main()
105 fn prompt_for_monitor(events_loop: &winit::EventsLoop) -> winit::MonitorId { in prompt_for_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/examples/
H A Dfullscreen.rs7 let mut events_loop = winit::EventsLoop::new(); in main()
114 fn prompt_for_monitor(events_loop: &winit::EventsLoop) -> winit::MonitorId { in prompt_for_monitor()

1234567