Trait FrameInfoExt

Source
pub trait FrameInfoExt {
    // Required methods
    fn desktop_updated(&self) -> bool;
    fn mouse_updated(&self) -> bool;
    fn pointer_shape_updated(&self) -> bool;
}

Required Methods§

Source

fn desktop_updated(&self) -> bool

Source

fn mouse_updated(&self) -> bool

Return true if the position or shape of the mouse was updated.

Source

fn pointer_shape_updated(&self) -> bool

Implementations on Foreign Types§

Source§

impl FrameInfoExt for DXGI_OUTDUPL_FRAME_INFO

Implementors§