mirror of
https://github.com/ppy/osu.git
synced 2024-12-13 04:32:57 +08:00
Make debug input toggle post notifications
This commit is contained in:
parent
682668ccf0
commit
39ad91feea
@ -65,7 +65,7 @@ namespace osu.Game.Input
|
||||
[Conditional("TOUCH_INPUT_DEBUG")]
|
||||
private void debugToggleTouchInputActive()
|
||||
{
|
||||
Logger.Log($@"Debug-toggling touch input to {(touchInputActive.Value ? @"inactive" : @"active")}", LoggingTarget.Input, LogLevel.Debug);
|
||||
Logger.Log($@"Debug-toggling touch input to {(touchInputActive.Value ? @"inactive" : @"active")}", LoggingTarget.Information, LogLevel.Important);
|
||||
touchInputActive.Toggle();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user