A windows app that allows the macos three fingers drag, using the Raw Inputs of precision touchpad.
- .NET 6.0
cd /path/to/ThreeFingersDragOnWindows/directory/
dotnet build ./ThreeFingersDragOnWindows.csproj
dotnet exec ./bin/Debug/net6.0-windows/ThreeFingersDragOnWindows.dll
Click the ThreeFingersDragOnWindows icon on the Windows task bar.
- MIT License