Hello,
I want to hook the mouse actions of the trackpad but it doesn't work for the Wheel (tested for i.e.: Edge & Chrome & Excel), it only works for the buttons (left & right). Everything is hookable in Visual Studio.
When i move 2 fingers to scroll up or down nothing happens.
Console.WriteLine("Mousehook " + (MouseMessage)wParam);
I assume it's driver dependent but what could be a practicable solution and could it be working with any trackpad?
Regards