Block a user
Bring the headless rig into the repository
Size a widget while drawing it, not in a pass of its own
Route pointer input per kind, so a scroll falls through a hovered button
7dc7614, with #15 merged in.
Two buffers that trade places. Hovered holds was and now; the walk clears now and fills it, the tail pass reads the difference, and then they swap. An…
Run a ui without a window, and test one
7cefc72. PixelRegion derives PartialEq, Clone and Copy, and assert_corners! now compares one region against another rather than flattening both into a tuple whose order nothing was…
Route pointer input per kind, so a scroll falls through a hovered button
23376ae. Dropped, and I went looking for the same fault elsewhere rather than only fixing the one you pointed at.
Event::consumesno longer says what anything does with its answer. -…