Module event_handler

Module event_handler 

Source
Expand description

Type aliases for event handlers

Type Aliasesยง

BoolEventHandler
Type alias for a mutable event handler with a bool argument
ColorEventHandler
Type alias for a mutable event handler with an [f32; 4] argument (RGBA color)
EventHandler
Type alias for a mutable event handler with no arguments
F64EventHandler
Type alias for a mutable event handler with an f64 argument
StringEventHandler
Type alias for a mutable event handler with a String argument