sturdykeep / backbone

Strong & flexible game library for Flutter, that drinks milk 🥛
Other
37 stars 1 forks source link

Reduce delays in the input system #62

Open skyne98 opened 2 years ago

skyne98 commented 2 years ago

Whenever possible, for performance-sensetive situations like hovering, tapping and selection, prefer to forward and process events directly, without waiting for the system to run?

This means that tappables, selectables and hoverables will get their callbacks fired right away, when events arrive.