osso73 / classic_games

A series of classic games in Kivy
MIT License
3 stars 1 forks source link

Flagging with double-tap too fast #23

Closed osso73 closed 3 years ago

osso73 commented 3 years ago

The delay to consider a double-tap is too small, so very often when double-tapping it will uncover the area instead of adding a flag. Need to adjust the delay, or find another way of adding flags.

osso73 commented 3 years ago

I've tested increasing the delay, it does not work. It still is not reliable, and adds too much delay. I need to find a different way of adding flags.

osso73 commented 3 years ago

Added a button on the top bar to define whether a click means 1) put a flag; or 2) uncover the tile. Removed the double-tap option, but the right-click is still available.