pub fn make_world(
    ctx: &mut EventCtx<'_>,
    app: &SimpleApp<Session>,
    neighborhood: &Neighborhood,
    shortcuts: &Shortcuts
) -> World<FilterableObj>
Expand description

Creates clickable objects for managing filters on roads and intersections. Everything is invisible; the caller is responsible for drawing things.