ardaku / sprengui

Rust Native-ish GUI Toolkit - Designed for use with Cala, but not limited to Cala.
Apache License 2.0
2 stars 2 forks source link

Implement `Notifier` for `Window` & Add `Action` Enum #11

Closed adaburton closed 2 years ago

adaburton commented 2 years ago

241 special! Let me know if you'd like anything done differently.

adaburton commented 2 years ago

Okay I implemented what you outlined earlier regarding the Actions Enum. Let me know if there's a better way to structure this. I'm still a little fuzzy on how events will end up working.

AldaronLau commented 2 years ago

A couple event definitions will probably need to change, but over all I think this is good so I'll merge it.