trellis::core::EventLoopHandler
[−]
[src]
type EventLoopHandler = Box<FnMut(&mut Trellis, ButtonEvent) -> bool>;
The callback type for the button_evt_loop (see the Trellis struct for details).