Block user input

This commit is contained in:
Dean Herbert
2018-08-17 19:33:14 +09:00
parent bc22a28fef
commit 442f6795bc
2 changed files with 31 additions and 1 deletions

View File

@ -84,6 +84,7 @@ namespace osu.Game.Rulesets.Osu.Mods
{
// grab the input manager for future use.
osuInputManager = (OsuInputManager)rulesetContainer.KeyBindingInputManager;
osuInputManager.AllowUserPresses = false;
}
}
}