Type Alias rich_sdl2_rust::event::EventHandler
source · pub type EventHandler<'video, T> = Box<dyn Fn(&T) + 'video>;
Expand description
An event handler to receive some event structure,
Aliased Type§
struct EventHandler<'video, T>(/* private fields */);