Hackhers 0 Posted November 28, 2015 Share Posted November 28, 2015 Is it possible to Post'ing swipe message (WM_LBUTTONDOWN->WM_MOUSEMOVE->WM->WM_LBUTTONUP) Link to post Share on other sites
JohnOne 1,626 Posted November 28, 2015 Share Posted November 28, 2015 You mean without mouse?If so, then no, well not when I've tried to emulate MouseClickDrag with pseudo ControlClickDrag. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to post Share on other sites
orbs 206 Posted December 1, 2015 Share Posted December 1, 2015 Getting Started with Windows Touch Gestureshave a look at the WM_GESTURE message linked above. i'm not sure if that can be sent to a window, or only received; but there is also a legacy support feature, which "translates" a gesture to a set of legacy messages:Windows Touch Gestures Overview Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now