Add the touchinputfield file because it was untracked

This commit is contained in:
Josh 2022-08-13 19:55:47 +08:00
parent 757d236e14
commit 09e45f39b2
1 changed files with 0 additions and 7 deletions

View File

@ -146,13 +146,6 @@ protected override void OnTouchUp(TouchUpEvent e)
base.OnTouchUp(e);
}
private CatchAction removeDashFromAction(TouchCatchAction touchCatchAction)
{
if (touchCatchAction == TouchCatchAction.DashLeft || touchCatchAction == TouchCatchAction.MoveLeft)
return CatchAction.MoveLeft;
return CatchAction.MoveRight;
}
private void calculateActiveKeys()
{
if (trackedActions.ContainsValue(TouchCatchAction.DashLeft) || trackedActions.ContainsValue(TouchCatchAction.MoveLeft))