Skip to main content

EvtHandler

Type Alias EvtHandler 

Source
pub type EvtHandler = EvtHandlerIsOwned<true>;
Expand description

A class that can handle events from the windowing system.

Aliased Type§

pub struct EvtHandler(/* private fields */);