Update Manager.cs

device-handlers
Clive Galway 2 years ago
parent d8585ce011
commit 379803bdd0

@ -354,6 +354,9 @@ namespace AutoHotInterception
SetThreadState(true);
}
/// <summary>
/// Removes Context Mode for a given device
/// </summary>
public void RemoveContextCallback(int id)
{
SetFilterState(false);

Loading…
Cancel
Save