While Microsoft strongly encourages the use of managed .NET code for Windows Mobile development, paradoxically the new gesture API’s for Windows Mobile is only accessible using C++.
Microsoft developers Ron Buckton and Alex Yakhnin solved this problem by creating a wrapper making the gesture API accessible from with the .NET CF environment.
A webcast of the API in action can be seen here and here and the open source code can be downloaded here.
Comments