[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]

[src]

[src]

Trait Implementations

impl Copy for FocusEvent
[src]

impl Clone for FocusEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FocusEvent
[src]

[src]

Formats the value using the given formatter.