Switch input system to baton ? #42

Open
opened 2020-08-09 11:54:49 +02:00 by kazhnuz · 0 comments
Owner

Baton source : https://github.com/tesselode/baton

Making core.inputs a wrapper around Baton could help us simplify a lot the code, by letting Baton doing the heavy lifting, and would give us joystick support at the same time.

Each “player” would be a Baton instance, and core.inputs would be a manager for them all.

( it could also help us simplify the input lock system, by just stopping the bridge between Baton and the scene when inputs are locked. )

Baton source : https://github.com/tesselode/baton Making core.inputs a wrapper around Baton could help us simplify a lot the code, by letting Baton doing the heavy lifting, and would give us joystick support at the same time. Each “player” would be a Baton instance, and core.inputs would be a manager for them all. ( it could also help us simplify the input lock system, by just stopping the bridge between Baton and the scene when inputs are locked. )
Sign in to join this conversation.
No description provided.