I have a WPF application that uses one -ordinary- mouse but I wanna allow multi user with multi mouse to use it.
I installed Microsoft Multipoint Sdk and configured it.
But How I can use Sdk events instead of user32.dll events?
I have a WPF application that uses one -ordinary- mouse but I wanna allow multi user with multi mouse to use it.
I installed Microsoft Multipoint Sdk and configured it.
But How I can use Sdk events instead of user32.dll events?
I don't think you need that.
Look into the MouseEventArgs. They all have a MouseDevice property to see which mouse caused the event.