AutoHotkey Community

It is currently May 23rd, 2012, 3:56 am

All times are UTC [ DST ]


Search found 1 match
Search these results:

Author Message

 Forum: Scripts   Topic: Linux-like copy/paste with mouse

Posted: April 16th, 2005, 10:16 pm 

Replies: 19
Views: 13447


I'm a newbie here but thought I'd add a couple cents... couldn't the expression if (x-x0 > 5 or x-x0 < -5 or y-y0 > 5 or y-y0 < -5) be reduced to if sqr((x-x0)^2+(y-y0)^2) > 5 and eliminate several logical OR's? Sorry ... so new .. I'm not even sure if AHK has a square root function. LOL Thanks to a...
Sort by:  
Page 1 of 1 [ Search found 1 match ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group