[][src]Trait winit::os::windows::EventsLoopExt

pub trait EventsLoopExt {
    fn new_dpi_unaware() -> Self
    where
        Self: Sized
; }

Additional methods on EventsLoop that are specific to Windows.

Required methods

fn new_dpi_unaware() -> Self where
    Self: Sized

By default, winit on Windows will attempt to enable process-wide DPI awareness. If that's undesirable, you can create an EventsLoop using this function instead.

Loading content...

Implementors

impl EventsLoopExt for EventsLoop[src]

Loading content...