When I first started Pyxis 2 I realized that Touch collection stops working when you create a new AppDomain. I created a work around for it, but I thought I’d revisit the issue. Currently the only way I can handle touch collection over a new AppDomain is to run a thread in the background that polls the TouchCollectorConfiguration.GetLastTouchPoint. Obviously, I’d like to get rid of this resource wasting thread for the game system.
But these days searching “NETMF Touch AppDomain” brings up mostly Skewworks results. facepalm
Anyone been working on this?