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
Use the Observable pattern to allow multiple routines to add keyboard handlers. Possibly just eliminate the KeyboardEventHandler pattern and replace it with a Eventing subscription model.
Does Basil need its own Observable pattern to make subscriptions a little easier? That would mostly make what can be subscribed to more obvious.
The text was updated successfully, but these errors were encountered:
Use the Observable pattern to allow multiple routines to add keyboard handlers. Possibly just eliminate the KeyboardEventHandler pattern and replace it with a Eventing subscription model.
Does Basil need its own Observable pattern to make subscriptions a little easier? That would mostly make what can be subscribed to more obvious.
The text was updated successfully, but these errors were encountered: