Open amolpathak224 opened 8 years ago
Is this update available/exposed through NuGet? I am working on a project and added a LeftDragAndDrop method to the CuciatusFactory.MouseSimulatorExt as I didn't see anyway to access the LeftButtonDown method otherwise.
Yes you are right, I could not find any way to do it either, so I have added the support for MouseUp and MouseDown methods in MouseSimulatorExt.cs, to support the drag and drop functionality in Winium.Desktop project. I have compiled the changes locally and included in Winium.Desktop project.
Added MouseDown and MouseUp events for dragAndDrop functionality