Sample to capture inputs from Precision Touchpad by Raw Input API. This is C# implementation which basically follows C++ function of TouchpadGestures Advanced by @kamektx to parse inputs from Touchpad including each contact point. Also, RawInput.Sharp by @mfakane is well sophisticated C# implementation and great help to understand this API. Many thanks!
- .NET 5.0
When five fingers are touching the touchpad of Surface Pro 4 Type Cover, five contacts appear with each coordinates.
- MIT License