You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to move Node and Event to be traits, so we can e.g. use egui::Key for events and emath::Rect to get the bounds, which will feel much nicer and more native when writing tests.
The text was updated successfully, but these errors were encountered:
I'd like to move
Node
andEvent
to be traits, so we can e.g. useegui::Key
for events andemath::Rect
to get the bounds, which will feel much nicer and more native when writing tests.The text was updated successfully, but these errors were encountered: