<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Постепенное увеличение задержки в движении мыши]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11050&amp;type=atom" />
	<updated>2015-10-31T19:32:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11050</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=98610#p98610" />
			<content type="html"><![CDATA[<p><strong>Alectric</strong> большое вам спасибо , всё работает.</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2015-10-31T19:32:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=98610#p98610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=98599#p98599" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>~*$vk1::
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{


DllCall(&quot;mouse_event&quot;, uint, 1, int, 2, int, 6, uint, 0, int, 0)

Sleep,% 30+a_index*10
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2015-10-31T16:04:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=98599#p98599</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=98598#p98598" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Помогите сделать постепенное увеличение задержки в движении мыши. Так как показано ниже не работает.<br /></p><div class="codebox"><pre><code>~*$vk1::
while GetKeyState(&quot;LButton&quot;,&quot;P&quot;)
{


DllCall(&quot;mouse_event&quot;, uint, 1, int, 2, int, 6, uint, 0, int, 0)

Sleep, 30 40 50 60
}
Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2015-10-31T15:53:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=98598#p98598</id>
		</entry>
</feed>
