ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
57 stars 8 forks source link

Indicate which Window is currently focused when drawing #21

Closed ulyssa closed 2 years ago

ulyssa commented 2 years ago

I want to be able to change what a window looks like when it's focused. This means that WindowLayout will need to pass information to .draw() when rendering to indicate whether or not the window is the currently focused one.