We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3604e2e commit f58d84cCopy full SHA for f58d84c
osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs
@@ -216,9 +216,6 @@ private void handleTabletReport(ITabletReport tabletReport)
216
217
private void handleAuxiliaryReport(IAuxReport auxiliaryReport)
218
{
219
- if (!windowActive.Value)
220
- return;
221
-
222
int buttonCount = auxiliaryReport.AuxButtons.Length;
223
var buttons = new ButtonInputEntry<TabletAuxiliaryButton>[buttonCount];
224
for (int i = 0; i < buttonCount; i++)
0 commit comments