Click here to Skip to main content
15,896,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a windows 8 application using visual studio 2010 (limited to Net 4.0). I am using a custom InkCanvas with a custom DynamicRenderer. I would like to differentiate between the user touching the screen versus pen writing within the custom DynamicRenderer.

Just guessing, but it seems that I should be able to tell the difference immediately within

OnStylusDown(RawStylusInput rawStylusInput) {}

but all I can get to is a StylusDeviceID or TabletDeviceID when I think I need something on the order of a contextID of some kind.

I am sure there is a way...but I can't seem to find it.

Thanks for any suggestions!
Posted
Comments
Sergey Alexandrovich Kryukov 26-Mar-14 19:15pm    
Understand your concerns. I don't know for sure; I am just not sure there is a way...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900