How to configure two finger horizontal swipe touchpad gesture? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
usser
Posts: 142
Joined: 22 Oct 2014, 13:03

How to configure two finger horizontal swipe touchpad gesture?

Post by usser » 16 Jun 2022, 18:02

Hello

How to configure two finger horizontal swipe touchpad gesture?

Thanks!

swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: How to configure two finger horizontal swipe touchpad gesture?  Topic is solved

Post by swagfag » 16 Jul 2022, 13:22

for detecting: https://docs.microsoft.com/en-us/windows/win32/wintouch/guide-multi-touch-input (but i think this only works on windows your process has created, so if u want general detection on the entire screen, ull probably have to parse from RawInput)

for generating: https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-initializetouchinjection

Post Reply

Return to “Ask for Help (v1)”