Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Is it possible to emulate mouse drag and drop?
Is it possible to emulate mouse drag and drop?
I am trying to control a program that requires me to drag an icon and drop into another. I created a macro driven by keyboard event - I tried to use a toggle left mouse button and then move mouse to new position and finish with toggle left mouse button again. This failed to work. Did searches all over the place and could not find any info. Can anyone help? Thanks in advance.
Re: Is it possible to emulate mouse drag and drop?
Maybe no solution for "drag and drop"gjwinter wrote:I am trying to control a program that requires me to drag an icon and drop into another. I created a macro driven by keyboard event - I tried to use a toggle left mouse button and then move mouse to new position and finish with toggle left mouse button again. This failed to work. Did searches all over the place and could not find any info. Can anyone help? Thanks in advance.
-
specter333
- Experienced User
- Posts: 95
- Joined: Thu Dec 27, 2007 12:26 am
Re: Is it possible to emulate mouse drag and drop?
Absolutely, in the mouse actions there is "Toggle left mouse button". That will allow you to drag and drop. I use it quite a bit in a game I play and it works well.