[][src]Trait ul::UltralightAppWindow

pub trait UltralightAppWindow {
    fn window_close(&self) -> Result<(), NoneError>;
fn window_device_to_pixel(&self, val: i32) -> Result<i32, NoneError>;
fn window_pixels_to_device(&self, val: i32) -> Result<i32, NoneError>;
fn window_get_height(&self) -> Result<u32, NoneError>;
fn window_get_width(&self) -> Result<u32, NoneError>;
fn window_get_scale(&self) -> Result<f64, NoneError>;
fn window_set_title(&mut self, title: &str) -> Result<(), NoneError>;
fn window_set_cursor(&mut self, cursor: Cursor) -> Result<(), NoneError>; }

Required methods

Loading content...

Implementors

Loading content...