Jamisco
Jamisco
It's the Mouse Filter, It is bugged, like really bad. Set the mouse filter to none and try again. I found out that if you set the mousefiltermode to all,...
As for why Unload() is hanging, if mousefiltermode is not set to none, Unload will hang because there is a thread that this API uses and for whatever reason the...
First, off to answer your main question ` Input InputDispenser = new Input(); InputDispenser.KeyboardFilterMode = KeyboardFilterMode.All; InputDispenser.MouseFilterMode = MouseFilterMode.None; InputDispenser.Load(); private void InputDispenser_OnKeyPressed(object sender, KeyPressedEventArgs e) { if (e.Key ==...
Yup, correct device is 11 For anyone not being able to send mouse clicks, try going into the Inteceptor.SendMouseEvent method and in the line InterceptionDriver.Send(context, 12, ref stroke, 1); change...