add basic touch functionality

This commit is contained in:
Josh
2022-08-13 18:02:29 +08:00
parent c02990ad67
commit fa2ebe1d5f
2 changed files with 10 additions and 0 deletions

View File

@ -4,11 +4,13 @@
#nullable disable
using System.ComponentModel;
using osu.Framework.Allocation;
using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Catch
{
[Cached]
public class CatchInputManager : RulesetInputManager<CatchAction>
{
public CatchInputManager(RulesetInfo ruleset)