quasilyte / ebitengine-input

A Godot-inspired action input handling system for Ebitengine
MIT License
66 stars 8 forks source link

ActionReleased for taps #38

Open quasilyte opened 8 months ago

quasilyte commented 8 months ago

How would a tap release event work? Should it trigger the next frame after the tap action was registered and reported as just pressed? Or should it be triggered during the same frame as JustPressed?

TODO: maybe look what Godot does in this situation.