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
is_focused: bool
Methods
impl WindowFocus[src]
impl WindowFocuspub fn new() -> WindowFocus[src]
pub fn new() -> WindowFocusTrait Implementations
impl Default for WindowFocus[src]
impl Default for WindowFocusfn default() -> WindowFocus[src]
fn default() -> WindowFocusReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for WindowFocus
impl Send for WindowFocusimpl Sync for WindowFocus
impl Sync for WindowFocus