Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement first prototype of event system #91

Open
elkowar opened this issue Jan 4, 2023 · 0 comments
Open

Implement first prototype of event system #91

elkowar opened this issue Jan 4, 2023 · 0 comments
Assignees
Labels
topic-eventsystem Things related to the event system

Comments

@elkowar
Copy link
Contributor

elkowar commented Jan 4, 2023

After lots of discussions, more or less this is what we came up with:
image

Input handling should have one centralized input mapper that re-emits events (Semantic and function calls, I guess?) that registers itself, thus we'll (at least for now) also not need to care as much about priorities in the event system itself (although that will still matter in the future). The input mapper may be expressible as a stack of keymaps, but that'll need to be further discussed / analyzed, I think

@elkowar elkowar self-assigned this Jan 4, 2023
@elkowar elkowar converted this from a draft issue Jan 4, 2023
@elkowar elkowar added the topic-eventsystem Things related to the event system label Jan 4, 2023
@elkowar elkowar moved this from Todo to In Progress in Bazed itor Jan 4, 2023
@elkowar elkowar added this to the Proper architecture milestone Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic-eventsystem Things related to the event system
Projects
Status: In Progress
Development

No branches or pull requests

1 participant