I have a capacitive touch that is working with Skewwoks CLIX and I can pass touch to it.
I am now trying to port the driver to use with my Glide based application and I am having an issue passing in the touch.
The issue is that the following line leaves “touches” as null when it runs.
touches = new Microsoft.SPOT.Touch.TouchInput[1];
I am calling GlideTouch.Initialize() in the startup code.