mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 09:45:06 +08:00
Add the touchinputfield file because it was untracked
This commit is contained in:
parent
757d236e14
commit
09e45f39b2
@ -146,13 +146,6 @@ namespace osu.Game.Rulesets.Catch.UI
|
|||||||
base.OnTouchUp(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()
|
private void calculateActiveKeys()
|
||||||
{
|
{
|
||||||
if (trackedActions.ContainsValue(TouchCatchAction.DashLeft) || trackedActions.ContainsValue(TouchCatchAction.MoveLeft))
|
if (trackedActions.ContainsValue(TouchCatchAction.DashLeft) || trackedActions.ContainsValue(TouchCatchAction.MoveLeft))
|
||||||
|
Loading…
Reference in New Issue
Block a user