evilC / AutoHotInterception

An AutoHotkey wrapper for the Interception driver
MIT License
708 stars 64 forks source link

GetDeviceIdFromHandle missing from Manager / Monitor #45

Closed evilC closed 5 years ago

evilC commented 5 years ago

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