You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For one particular program, I would like to only allow "drag & drop" for piece moving.
(I want mouse down & up on the same square to mean something special.)
I was working on trapping the mouse actions to cancel the tap & go but thought I would ask if there was a builtin way to disable the tap & go.
The text was updated successfully, but these errors were encountered:
Tracking the input & event callbacks, it feels like what I want to do is on mouse down & up on the same square to have a call to force a "move cancel". I.e., get it back to where the next mouse down is at the "moveInputStarted".
For one particular program, I would like to only allow "drag & drop" for piece moving.
(I want mouse down & up on the same square to mean something special.)
I was working on trapping the mouse actions to cancel the tap & go but thought I would ask if there was a builtin way to disable the tap & go.
The text was updated successfully, but these errors were encountered: