evilC / AutoHotInterception

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

Mouse move and button event possible in one update, but code does not cater for that #40

Closed evilC closed 5 years ago

evilC commented 5 years ago

If move and click happen at same time, the move is ignored as the click is checked first and else if is used

evilC commented 5 years ago

Merged multiple related issues into #39