db0 / godot-card-game-framework

A framework which comes with prepared scenes and classes to kickstart your card game, as well as a powerful scripting engine to use to provide full rules enforcement.
http://dbzer0.com/projects/godot-card-game-framework/
GNU Affero General Public License v3.0
907 stars 96 forks source link

Attempting to press hover buttons sometimes results in dragging card instead #68

Closed BubblineBee closed 3 years ago

BubblineBee commented 3 years ago

When pressing the hover buttons if the mouse click is held for too long (more than just a quick tap) instead of the hover button performing its action the card is dragged instead. This makes it very difficult to actually use the hover buttons.

db0 commented 3 years ago

Mmm, yes I've noticed that too sometimes. I will extend the time required to start dragging the card. Unfortunately a lot of this behaviour is caused by me trying to work around godotengine/godot#16854

db0 commented 3 years ago

Fix caused more problems than it solved. Had to revert it.