Skip to content

Commit f58d84c

Browse files
committed
Remove unnecessary check
1 parent 3604e2e commit f58d84c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

osu.Framework/Input/Handlers/Tablet/OpenTabletDriverHandler.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ private void handleTabletReport(ITabletReport tabletReport)
216216

217217
private void handleAuxiliaryReport(IAuxReport auxiliaryReport)
218218
{
219-
if (!windowActive.Value)
220-
return;
221-
222219
int buttonCount = auxiliaryReport.AuxButtons.Length;
223220
var buttons = new ButtonInputEntry<TabletAuxiliaryButton>[buttonCount];
224221
for (int i = 0; i < buttonCount; i++)

0 commit comments

Comments
 (0)