Trait smithay_client_toolkit::environment::InnerEnv
source · pub trait InnerEnv {
// Required method
fn process_event(
&mut self,
event: GlobalEvent,
registry: Attached<WlRegistry>,
data: DispatchData<'_>
);
}
Expand description
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§
sourcefn process_event(
&mut self,
event: GlobalEvent,
registry: Attached<WlRegistry>,
data: DispatchData<'_>
)
fn process_event( &mut self, event: GlobalEvent, registry: Attached<WlRegistry>, data: DispatchData<'_> )
Process a GlobalEvent