Trait b3_core::dh::HasWindowHandler

source ·
pub trait HasWindowHandler {
    // Required method
    fn window_handler(&self) -> WindowHandler;
}
Expand description

Provider of a raw pointer to a system window.

Required Methods§

source

fn window_handler(&self) -> WindowHandler

Returns a window handler for the current platform.

Implementors§