mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Block user input
This commit is contained in:
@ -84,6 +84,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
{
|
||||
// grab the input manager for future use.
|
||||
osuInputManager = (OsuInputManager)rulesetContainer.KeyBindingInputManager;
|
||||
osuInputManager.AllowUserPresses = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user