/dports/games/dose-response/dose-response-179c326/cargo-crates/winit-0.19.4/src/platform/android/ |
H A D | mod.rs | 27 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 D | mod.rs | 22 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 D | mod.rs | 27 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 D | mod.rs | 21 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 D | window.rs | 7 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 D | mod.rs | 86 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 D | window.rs | 8 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 D | window.rs | 24 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 D | mod.rs | 85 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 D | window.rs | 24 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 D | window.rs | 17 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 D | window.rs | 49 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 D | window.rs | 48 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 D | window.rs | 16 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 D | mod.rs | 13 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 D | mod.rs | 13 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()
|