G
Guest
Hey gang,
I am working on a gesture recognition library of which will make navigating
the WM UI nicer, more "iPhone" like via the touch screen.
So I am detecting touch screen gestures however for example if you drag your
finger down the screen I want to scroll the current window whether its IE,
contacts, file browser, whatever the app is.
Is this possible?
Do I have to figure out which window handle is in focus and call a pinvoke
call to a native api for sending a scroll command?
I am thinking this app will launch with no UI and just run in the background
intercepting events and if it deems it a gesture, it acts accordingly, if it
detects it as just a tap then it will not handle it and let the app handle it.
Any help would be greatly appreciated.
Thanks and take care.
I am working on a gesture recognition library of which will make navigating
the WM UI nicer, more "iPhone" like via the touch screen.
So I am detecting touch screen gestures however for example if you drag your
finger down the screen I want to scroll the current window whether its IE,
contacts, file browser, whatever the app is.
Is this possible?
Do I have to figure out which window handle is in focus and call a pinvoke
call to a native api for sending a scroll command?
I am thinking this app will launch with no UI and just run in the background
intercepting events and if it deems it a gesture, it acts accordingly, if it
detects it as just a tap then it will not handle it and let the app handle it.
Any help would be greatly appreciated.
Thanks and take care.