[go: up one dir, main page]

Struct orbclient::event::FocusEvent[][src]

pub struct FocusEvent {
    pub focused: bool,
}

A focus event

Fields

True if window has been focused, false if not

Methods

impl FocusEvent
[src]

Trait Implementations

impl Copy for FocusEvent
[src]

impl Clone for FocusEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FocusEvent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FocusEvent

impl Sync for FocusEvent