Touch display

I’m running into an issue where if I connect (both in hardware and on Program.gadgeteer) the “T” interface of the T35, I get a NullReferenceException after ProgramStarted() exits.
I’m guessing that’s because there are no event handlers for the touch panel with the setup I’ve done.

If I add a WPFWindow_TouchDown event handler, then I don’t get the exception, and I get a touch down event immediately.

So - I’m now guessing that for touch, you have to use WPFWindow and create handlers (like, duh… :wink:

So - I think I’ve got a start on that…
I haven’t seen any WPFWindow examples in the tutorials/examples… are there any?