<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Постепенное увеличение задержки в движении мыши]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11050</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11050&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Постепенное увеличение задержки в движении мыши».]]></description>
		<lastBuildDate>Sat, 31 Oct 2015 19:32:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98610#p98610</link>
			<description><![CDATA[<p><strong>Alectric</strong> большое вам спасибо , всё работает.</p>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Sat, 31 Oct 2015 19:32:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98610#p98610</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98599#p98599</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 31 Oct 2015 16:04:07 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98599#p98599</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Постепенное увеличение задержки в движении мыши]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98598#p98598</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Ядрён)]]></author>
			<pubDate>Sat, 31 Oct 2015 15:53:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98598#p98598</guid>
		</item>
	</channel>
</rss>
