evilC / AutoHotInterception

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

Touchpad laptop not detected #88

Closed killerpapy closed 1 year ago

killerpapy commented 2 years ago

Hello,

I need to use touchpad laptop with AHI but touchpas action are not detected.

Do you have any solution ?

Thanks!

evilC commented 2 years ago

What do you mean by "Touchpad action"? Does the Monitor app detect the touchpad? Does it see movements and clicks sent by the touchpad?

killerpapy commented 2 years ago

Hello,

The touchpad action that i need is : the simple tap on the touch pad. Monitor app detect the touchpad and the click on buttons above the touch pad. But monitor app doesn't detect simple tap, double tap or click on the touchpad.

Picture of the touchpad : image

evilC commented 2 years ago

It's most likely that those functions are handled at a software level by the OS, not at a hardware level. Interception can only speak directly to the hardware, so that's why it's not seeing those events

killerpapy commented 2 years ago

Ok thanks for the explanation !