Struct amethyst_controls::WindowFocus[][src]

pub struct WindowFocus {
    pub is_focused: bool,
}

Struct which holds information about whether the window is focused. Written to by MouseFocusUpdateSystem

Fields

Methods

impl WindowFocus
[src]

Trait Implementations

impl Default for WindowFocus
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for WindowFocus

impl Sync for WindowFocus