Home
last modified time | relevance | path

Searched refs:RootMonitorId (Results 1 – 16 of 16) sorted by relevance

/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/android/
H A Dmod.rs27 use window::MonitorId as RootMonitorId;
372 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
379 pub fn set_fullscreen(&self, _monitor: Option<RootMonitorId>) { in set_fullscreen() argument
405 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
406 RootMonitorId { inner: MonitorId } in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/
H A Dmod.rs22 use window::MonitorId as RootMonitorId;
306 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
310 .map(|monitor_id| RootMonitorId { inner: MonitorId::Wayland(monitor_id) }) in get_fullscreen()
315 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
355 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
357 … &Window::X(ref window) => RootMonitorId { inner: MonitorId::X(window.get_current_monitor()) }, in get_current_monitor()
358 …&Window::Wayland(ref window) => RootMonitorId { inner: MonitorId::Wayland(window.get_current_monit… in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/android/
H A Dmod.rs27 use window::MonitorId as RootMonitorId;
372 pub fn set_fullscreen(&self, _monitor: Option<RootMonitorId>) { in set_fullscreen() argument
398 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
399 RootMonitorId { inner: MonitorId } in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/
H A Dmod.rs21 use window::MonitorId as RootMonitorId;
305 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
345 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
347 … &Window::X(ref window) => RootMonitorId { inner: MonitorId::X(window.get_current_monitor()) }, in get_current_monitor()
348 …&Window::Wayland(ref window) => RootMonitorId { inner: MonitorId::Wayland(window.get_current_monit… in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/wayland/
H A Dwindow.rs7 use window::MonitorId as RootMonitorId;
91 if let Some(RootMonitorId { in new()
226 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
227 if let Some(RootMonitorId { in set_fullscreen()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/ios/
H A Dmod.rs86 use window::MonitorId as RootMonitorId;
478 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
485 pub fn set_fullscreen(&self, _monitor: Option<RootMonitorId>) { in set_fullscreen() argument
511 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
512 RootMonitorId { inner: MonitorId } in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/wayland/
H A Dwindow.rs8 use window::MonitorId as RootMonitorId;
97 if let Some(RootMonitorId { in new()
242 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
243 if let Some(RootMonitorId { in set_fullscreen()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/windows/
H A Dwindow.rs24 MonitorId as RootMonitorId,
370 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
376 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
382 &Some(RootMonitorId { ref inner }) => { in set_fullscreen()
466 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
467 RootMonitorId { in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/ios/
H A Dmod.rs85 use window::MonitorId as RootMonitorId;
477 pub fn set_fullscreen(&self, _monitor: Option<RootMonitorId>) { in set_fullscreen() argument
503 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
504 RootMonitorId { inner: MonitorId } in get_current_monitor()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/windows/
H A Dwindow.rs24 MonitorId as RootMonitorId,
359 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
365 &Some(RootMonitorId { ref inner }) => { in set_fullscreen()
449 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
450 RootMonitorId { in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/linux/x11/
H A Dwindow.rs17 use window::MonitorId as RootMonitorId;
41 pub fullscreen: Option<RootMonitorId>,
518 fn set_fullscreen_inner(&self, monitor: Option<RootMonitorId>) -> util::Flusher { in set_fullscreen_inner()
527 Some(RootMonitorId { inner: PlatformMonitorId::X(monitor) }) => { in set_fullscreen_inner()
539 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
544 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/macos/
H A Dwindow.rs49 use window::MonitorId as RootMonitorId;
558 unsafe fn get_current_monitor(window: id) -> RootMonitorId { in get_current_monitor() argument
564 RootMonitorId { inner: EventsLoop::make_monitor_from_display(display_id) } in get_current_monitor()
1147 pub fn get_fullscreen(&self) -> Option<RootMonitorId> { in get_fullscreen() argument
1157 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
1265 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/macos/
H A Dwindow.rs48 use window::MonitorId as RootMonitorId;
557 unsafe fn get_current_monitor(window: id) -> RootMonitorId { in get_current_monitor() argument
563 RootMonitorId { inner: EventsLoop::make_monitor_from_display(display_id) } in get_current_monitor()
1143 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
1251 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/linux/x11/
H A Dwindow.rs16 use window::MonitorId as RootMonitorId;
516 fn set_fullscreen_inner(&self, monitor: Option<RootMonitorId>) -> util::Flusher { in set_fullscreen_inner()
525 Some(RootMonitorId { inner: PlatformMonitorId::X(monitor) }) => { in set_fullscreen_inner()
537 pub fn set_fullscreen(&self, monitor: Option<RootMonitorId>) { in set_fullscreen() argument
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/winit-0.19.1/src/platform/emscripten/
H A Dmod.rs13 use window::MonitorId as RootMonitorId;
609 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
610 RootMonitorId { inner: MonitorId } in get_current_monitor()
/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/emscripten/
H A Dmod.rs13 use window::MonitorId as RootMonitorId;
614 pub fn get_current_monitor(&self) -> RootMonitorId { in get_current_monitor() argument
615 RootMonitorId { inner: MonitorId } in get_current_monitor()