mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Add note about mouse button disable tracking
This commit is contained in:
parent
45b34f5306
commit
3b95691d53
@ -33,6 +33,8 @@ namespace osu.Game.Rulesets.Osu.UI
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuConfigManager config)
|
||||
{
|
||||
// The mouse button disable setting affects touch. It's a bit weird.
|
||||
// This is mostly just doing the same as what is done in RulesetInputManager to match behaviour.
|
||||
mouseDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableButtons);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user