- Home /
Windows 8 / Store App: Inputs (WM_POINTER)
Hello!
I'm looking for how to catch the Windows 8 touch events, the ones based on WM_POINTER messages.
Anyone have any experience with this?
This is supposed to help me but I can't use the code supplied here.
System.Collections.Generic doesnt give me the namespaces I need, maybe there is an external library for this?
Any form of help or where to look et.c. would be greatly appreciated.
I know there are a lot of resources on using WM_TOUCH but this is not what I'm after. http://interactivelab.github.io/TouchScript/ has managed to catch WM_POINTER but I don't want to rely on a third party package to do this and would like to know how to go about doing this.
All the best,
Your answer
Follow this Question
Related Questions
Why my pointer events keep triggering 3 times all the time??? 1 Answer
IPointerEnterHandler / IPointerExitHandler and touch 1 Answer
IPointerEnterHandler doesn't work when object switches parent 1 Answer
Different Jump Heights: Input.GetKey vs Pointer Down 1 Answer
How to reset IsPointerOverGameObject(-1) after click? 1 Answer