[][src]Trait winit::platform::web::WindowExtWebSys

pub trait WindowExtWebSys {
    pub fn canvas(&self) -> HtmlCanvasElement;
pub fn is_dark_mode(&self) -> bool; }

Required methods

pub fn canvas(&self) -> HtmlCanvasElement[src]

pub fn is_dark_mode(&self) -> bool[src]

Whether the browser reports the preferred color scheme to be "dark".

Loading content...

Implementors

impl WindowExtWebSys for Window[src]

Loading content...