Jump to content

Search the Community

Showing results for tags 'mousemove'.

  • Search By Tags

    • mousemove ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 12 results

  1. Hello. Is it possible to set the mouse move speed to a value between 1 and 2? MouseMove(x, y, 1) is too quick but MouseMove(x, y, 2) is a bit too slow. Context: My son is playing a single player fishing game and he asked me for help. The faster the mouse cursor moves when casting his...
  2. This one has me baffled. I can't seem to get MouseMove to work properly with scaling in some windows. Run this program and use the arrow keys to move the mouse Up, Down, Left, Right at native (100%) scaling and it works as expected. Now go to 125%, for example, and move Up, Down, Left, R...
  3. A few days ago I'd written an AutoIt program that drove a Target program to open/modify/save pictures. (Don't want name it, looks like a normal windows application, has a ribbon the little shortcuts appear when you press alt.) Everything working well on a VM (WServer 2012 I think.) Then I moved i...
  4. Can anyone tell me the default parameter to input into, GUISetOnEvent($GUI_EVENT_MOUSEMOVE, "") to disable a previously set user defined function? help file example says empty string ("") which works for other events but doesnt seem to on mouse move. Ive attached some of my test code to s...
  5. So I'm trying to make a script that will move my mouse when I scroll. I know that's weird, but I have my reasons. What I have so far can detect when I'm moving my mouse, but then when I tell the script to make my mouse move whenever it detects scroll activity it freezes. probably because of some fee...
  6. Hello I got this script works below and I want to do not move cursor on screen when action is performed. Opt("MouseCoordMode", 1) ; cause it gets whole screen coords Local $x, $y Local $search = _ImageSearch('item.bmp', 0, $x, $y, 0) If $search = 1 Then MouseMove...
  7. #include<img/img.au3> #include <AutoItConstants.au3> Func Skype() $coords = imageSearch(0,0,-1,-1,"Skype.PNG") MouseMove($coords[0],$coords[1]) [when it find the skype icon i want it to move from these coordinates, but of insted of moving to an expecific coordinate i want it to move...
  8. Hey, so I was trying to create a script which clicks an option of a dropdown menu but can't find a solution to move the mouse from the current position 50 units down... If someone knows how to do this pls help me [EDIT: MBY the solution is to just use MouseGetPos and then use MouseMov...
  9. Hi, i wanna creat an _Imagesearch / Mousemove script for an 3D/FPS Game and have Problems with the mousemove. In the game like Curveball(2D) its still works but in games like Battlefield (3D) are the absolute coordinates not really helpfull. Someone have an idea or an Example f...
  10. Hi, First of all I would like say infinite thanks to the team involved in designing this great tool. Here is my problem 1. Press windows button 2. ESC 3. TAB 4. It will take me to the first pinned icon in the taskbar 5. If I I do SHIFT F10 which usually opens conte...
  11. Hi, I am trying to create an automation script that will realistically mimic a users input suitable for recording in a repeatable manner. I am able to use the MouseMove command to hover an icon on the desktop, double click it, and open the software. I searched these forums for a relia...
  12. Dear all, I'm creating this program where the goal is to automate some mouse -click and dragging on an external application. Now the problem is, this external application is blocking every automate mouse moves, clicks or anything related to using the mouse. So I figured autoit uses postmessage...
×
×
  • Create New...