<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Управление мышкой MouseMove]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=17742&amp;type=atom" />
	<updated>2023-04-19T16:58:29Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17742</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Управление мышкой MouseMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157733#p157733" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>qun1t пишет:</cite><blockquote><p>Здравствуйте, я начинающий, не могу разобраться с курсором</p></blockquote></div><p>Здесь неплохо бы точку в конце добавить.<br /></p><div class="quotebox"><cite>qun1t пишет:</cite><blockquote><p>AHK v2</p></blockquote></div><p>Уверены, что нужно именно v2? Приведённый код явно для v1.<br /></p><div class="quotebox"><cite>qun1t пишет:</cite><blockquote><p>Как сделать перемещение мыши по горизонтали с возвращением в начальную точку за мгновение</p></blockquote></div><p>Просто используйте MouseMove, есть в обеих версиях.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-19T16:58:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157733#p157733</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Управление мышкой MouseMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157729#p157729" />
			<content type="html"><![CDATA[<p><strong>qun1t</strong>, добро пожаловать на форум! Ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свой пост. Обратите внимание на заглавные <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">буквы</a> в начале и точки в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2023-04-19T16:09:41Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157729#p157729</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Управление мышкой MouseMove]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157728#p157728" />
			<content type="html"><![CDATA[<p>Здравствуйте, я начинающий, не могу разобраться с курсором.<br />Как сделать перемещение мыши по горизонтали с возвращением в начальную точку за мгновение.<br />по началу было так: </p><div class="codebox"><pre><code>LOOP_TIMES := 2
SPEED := 9091 ; Set It To 0 To Go To The Left

q::
Loop 1
   DllCall(&quot;mouse_event&quot;, uint, 1, int, SPEED, int, 0, uint, 0, int, 0)
return</code></pre></div><p> <br />Потом так:</p><div class="codebox"><pre><code>LOOP_TIMES := 2
SPEED := 9091 ; Set It To 0 To Go To The Left

q::
Loop 1
mouseXY(10,0) 
{ 
DllCall(&quot;mouse_event&quot;,uint,1,int,x,int,y,uint,0,int,0) 
}
return

Loop
{
    Send, {f1}{f1}
    Random, Rand, 10, 1000
    sleep % Rand + 100
}
return
f2:: pause</code></pre></div><p>Ничего не получается, можно помощи?</p>]]></content>
			<author>
				<name><![CDATA[qun1t]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43121</uri>
			</author>
			<updated>2023-04-19T15:45:59Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157728#p157728</id>
		</entry>
</feed>
