pub trait FrameInfoExt {
// Required methods
fn desktop_updated(&self) -> bool;
fn mouse_updated(&self) -> bool;
fn pointer_shape_updated(&self) -> bool;
}
Required Methods§
fn desktop_updated(&self) -> bool
Sourcefn mouse_updated(&self) -> bool
fn mouse_updated(&self) -> bool
Return true
if the position or shape of the mouse was updated.