quasilyte / ebitengine-input

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

Add mouse button press StartPos #39

Open quasilyte opened 8 months ago

quasilyte commented 8 months ago

When a mouse is being pressed, the cursor can still move. So when the released event happens, the cursor location can be different.

It would be convenient to have a StartPos for mouse events.

Right now the StartPos is only set for the touch events.