Search found 5 matches

by UV-Virt
25 Dec 2018, 05:35
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199467

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Oh and another thing: Why does it block mouse buttons as well? I thought it is supposed to block only movement, no? EDIT: Nevermind I've found a solution if I use: AHI.SubscribeMouseMoveRelative(mouseID, true, Func("MouseEvent")) AHI.SubscribeMouseButton(mouseID, 0, false, Func("MouseEvent")) It blo...
by UV-Virt
23 Dec 2018, 14:03
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199467

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Ok, I made this simple testing script but still getting the same error: "Can not implicitly convert type Void to object" #SingleInstance force #Persistent #include Lib\AutoHotInterception.ahk AHI := new AutoHotInterception() mouseId := AHI.GetMouseId(0x0458,0x003A) AHI.SubscribeMouseMove(mouseID, tr...
by UV-Virt
20 Dec 2018, 18:25
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199467

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

Ah ye, I didn't unblock these dlls (unblocked wrong one actually) Sorry, my fault. Anyway, now I would like to use it, only thing I wanna do is being able to block/unblock mouse movement for one old game. What is the easiest way to do that? I tried this and it doesn't work. #Persistent #include Lib\...
by UV-Virt
20 Dec 2018, 13:51
Forum: Scripts and Functions (v1)
Topic: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!
Replies: 345
Views: 199467

Re: AutoHotInterception (AHI): Multi-Keyboard / Multi-Mouse support for AHK. Per-device blocking!

It seems like I completely fail to find any devices.
GetDeviceList() gives me nothing and Monitor.ahk shows an empty GUI.
I am on Win 7.

Can someone help?
Thanks.

Go to advanced search