Skip to content

Conversation

@zicklag
Copy link
Member

@zicklag zicklag commented Jan 28, 2026

No description provided.

The InputCollector's job is entirely local. It does not need to access any network updated resources. It's job is to get the local player's current inputs however neccessary. This means both the ControlMapping and the ControlSource can be handled with local resources or Self stored fields/values if neccessary.
This is implemented in jumpy but unused and unneccessary.
If anything like this is implemented it should probably be done through a blanket implementation.
This moves several traits out of networking::input to be used for offline or wasm32 if needed.
These traits are no longer network specific so the new names are more appropriate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants