AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Mouse coordinates question
symun

Replies: 6
Views: 270

PostForum: Ask for Help   Posted: Wed Feb 23, 2005 4:39 am   Subject: Mouse coordinates question
I got it. I don't know why my brain isn't functioning properly tonight lol.. I have it define it right after the hotkey is activated and then in the primary loop, I have the mousemove.
  Topic: Mouse coordinates question
symun

Replies: 6
Views: 270

PostForum: Ask for Help   Posted: Wed Feb 23, 2005 4:29 am   Subject: Mouse coordinates question

Loop
{
MouseGetPos, xp, yp
Sleep, 10
BlindMice = %xp%, %yp%
gosub, LabelHere
LabelHere::
MouseMove, %BlindMice%, 80
gosub, LabelHere
}


This isn't a f ...
  Topic: Mouse coordinates question
symun

Replies: 6
Views: 270

PostForum: Ask for Help   Posted: Wed Feb 23, 2005 3:37 am   Subject: Mouse coordinates question
I'm working on the script right now trying to fix it. What I'm basically trying for is something that will return my mouse to a point on my screen on a second to second basis, so instead of _``_~-~-` ...
  Topic: Mouse coordinates question
symun

Replies: 6
Views: 270

PostForum: Ask for Help   Posted: Wed Feb 23, 2005 3:25 am   Subject: Mouse coordinates question
Ok, my hands shake a lot (I do mean a lot) so I'm trying to make a script to kind of calm my mouse down so it doesn't go all over the place when I'm navigating around my desktop.

I tried to make a ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group