GetDeviceIdFromHandle in AutoHotInterception.ahk calls GetDeviceIdFromHandle in the C# code: dev := this.Instance.GetDeviceIdFromHandle(IsMouse, handle, instance)
This no longer exists in the Manager / Monitor class, as it was moved to HelperFunctions.cs
GetDeviceIdFromHandle
inAutoHotInterception.ahk
callsGetDeviceIdFromHandle
in the C# code:dev := this.Instance.GetDeviceIdFromHandle(IsMouse, handle, instance)
This no longer exists in the Manager / Monitor class, as it was moved to
HelperFunctions.cs