Skip to content

Commit bc129b1

Browse files
committed
unhook mouse
1 parent a0a6e1a commit bc129b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GestureSign.Daemon/Input/InputProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected virtual void Dispose(bool disposing)
5151
AppConfig.ConfigChanged -= AppConfig_ConfigChanged;
5252
}
5353

54-
LowLevelMouseHook?.Dispose();
54+
LowLevelMouseHook.Unhook();
5555
disposedValue = true;
5656
}
5757
}

0 commit comments

Comments
 (0)