mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 01:00:27 +08:00
Make debug input toggle post notifications
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user