RawInput.Touchpad
RawInput.Touchpad copied to clipboard
Sample to capture inputs from Precision Touchpad by Raw Input API
RawInput Touchpad
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!
Requirements
- .NET 5.0
Example
When five fingers are touching the touchpad of Surface Pro 4 Type Cover, five contacts appear with each coordinates.

License
- MIT License