Enum sixtyfps_corelib::input::FocusEvent [−][src]
#[repr(C)] pub enum FocusEvent { FocusIn, FocusOut, WindowReceivedFocus, WindowLostFocus, }
This event is sent to a component and items when they receive or loose the keyboard focus.
Variants
This event is sent when an item receives the focus.
This event is sent when an item looses the focus.
This event is sent when the window receives the keyboard focus.
This event is sent when the window looses the keyboard focus.
Trait Implementations
impl Clone for FocusEvent
[src]
impl Clone for FocusEvent
[src]fn clone(&self) -> FocusEvent
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for FocusEvent
[src]
impl Copy for FocusEvent
[src]impl PartialEq<FocusEvent> for FocusEvent
[src]
impl PartialEq<FocusEvent> for FocusEvent
[src]impl StructuralPartialEq for FocusEvent
[src]
impl StructuralPartialEq for FocusEvent
[src]Auto Trait Implementations
impl RefUnwindSafe for FocusEvent
impl RefUnwindSafe for FocusEvent
impl Send for FocusEvent
impl Send for FocusEvent
impl Sync for FocusEvent
impl Sync for FocusEvent
impl Unpin for FocusEvent
impl Unpin for FocusEvent
impl UnwindSafe for FocusEvent
impl UnwindSafe for FocusEvent