Skip to content

Commit

Permalink
unhook mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
TransposonY committed Jan 31, 2018
1 parent a0a6e1a commit bc129b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GestureSign.Daemon/Input/InputProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ protected virtual void Dispose(bool disposing)
AppConfig.ConfigChanged -= AppConfig_ConfigChanged;
}

LowLevelMouseHook?.Dispose();
LowLevelMouseHook.Unhook();
disposedValue = true;
}
}
Expand Down

0 comments on commit bc129b1

Please sign in to comment.