Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 879 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 879 Bytes

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.

Screenshot

License

  • MIT License