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

[Feature] Make InputContext ECS driven #380

Open
2 tasks
Tracked by #378
kanerogers opened this issue Oct 4, 2022 · 0 comments
Open
2 tasks
Tracked by #378

[Feature] Make InputContext ECS driven #380

kanerogers opened this issue Oct 4, 2022 · 0 comments
Labels
feature A new feature to add to the engine

Comments

@kanerogers
Copy link
Collaborator

kanerogers commented Oct 4, 2022

TODO

  • InputContext to instead have two entities with the Controller component, parented to the Stage entity.
  • Put all "is this button pressed?" related functionality into the Controller components. Those structs are pretty big, but we could split them up with something like LeftController and RightController components.
@kanerogers kanerogers self-assigned this Oct 4, 2022
@kanerogers kanerogers changed the title Change to instead have two entities with the component, parented to the entity. Put all "is this button pressed?" related functionality into the . [Feature] Make InputContext ECS driven Oct 4, 2022
@kanerogers kanerogers added the feature A new feature to add to the engine label Feb 23, 2023
@kanerogers kanerogers removed their assignment Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature to add to the engine
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant