[][src]Trait smithay_client_toolkit::environment::InnerEnv

pub trait InnerEnv {
    pub fn process_event(
        &mut self,
        event: GlobalEvent,
        registry: Attached<WlRegistry>,
        data: DispatchData<'_>
    ); }

Internal trait for the Environment logic

This trait is automatically implemented by the environment! macro, you should not implement it manually unless you seriously want to.

Required methods

pub fn process_event(
    &mut self,
    event: GlobalEvent,
    registry: Attached<WlRegistry>,
    data: DispatchData<'_>
)
[src]

Process a GlobalEvent

Loading content...

Implementors

Loading content...