Button::onClick

I didn’t say it should have no parameters! Obviously a callback that’s telling you what the new region is will want to pass you that new region! But if something is constant and readily known when the lambda is being created, then a capture is the natural place for it.

Thanks, that’s clear!