I am new when it comes to programming in C# and UWP. For my school project I need to implement a feature like mouse click event of both left click and right click at the same time in my C#.
For this project, I had to use both UWP and WinForms for the views, in which I need to create one for each, however I have no idea how to implement the double click (by double I mean tapping both the left mouse button and right mouse button) at the same time. Is it possible?