blinds
blinds copied to clipboard
Use with gfx-hal
There's some stuff in https://www.falseidolfactory.com/2020/04/01/intro-to-gfx-hal-part-1-drawing-a-triangle.html that uses winit that I can't find a blinds equivalent for. Mostly the Logical/Physical split, requesting to close a window (i.e. if cleanup needs to be done before hand, or a confirmation box should be displayed), and the "request redraw" events.
Is there an example of using blinds with gfx-hal?