<?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>http://forum.script-coding.com/viewtopic.php?id=8912</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=8912&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:снижение чувствительности мыши».]]></description>
		<lastBuildDate>Fri, 15 Nov 2013 19:11:03 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:снижение чувствительности мыши]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=77341#p77341</link>
			<description><![CDATA[<p>Вместо </p><div class="codebox"><pre><code>RButton::</code></pre></div><p> должно быть </p><div class="codebox"><pre><code>~RButton::</code></pre></div><p>а вместо </p><div class="codebox"><pre><code>RButton up::</code></pre></div><p>, соответственно </p><div class="codebox"><pre><code>~RButton up::</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pant-79)]]></author>
			<pubDate>Fri, 15 Nov 2013 19:11:03 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=77341#p77341</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:снижение чувствительности мыши]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=77340#p77340</link>
			<description><![CDATA[<p>Спасибо большое, помогло:)<br />Чего я и остерегался.... Удержании ПКМ чувствительность снижается. Но однако сама кнока не работает как ПКМ.</p><div class="codebox"><pre><code>
RButton::
SPI_GETMOUSESPEED = 0x70
SPI_SETMOUSESPEED = 0x71
; Retrieve the current speed so that it can be restored later:
DllCall(&quot;SystemParametersInfo&quot;, UInt, SPI_GETMOUSESPEED, UInt, 0, UIntP, OrigMouseSpeed, UInt, 0)
; Now set the mouse to the slower speed specified in the next-to-last parameter (the range is 1-20, 10 is default):
DllCall(&quot;SystemParametersInfo&quot;, UInt, SPI_SETMOUSESPEED, UInt, 0, Ptr, 3, UInt, 0)
KeyWait RButton  ; This prevents keyboard auto-repeat from doing the DllCall repeatedly.
return

RButton up::DllCall(&quot;SystemParametersInfo&quot;, UInt, 0x71, UInt, 0, Ptr, OrigMouseSpeed, UInt, 0)  ; Restore the original speed.</code></pre></div><p>Что, куда добавить?</p>]]></description>
			<author><![CDATA[null@example.com (alexmiles)]]></author>
			<pubDate>Fri, 15 Nov 2013 18:43:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=77340#p77340</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:снижение чувствительности мыши]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=77337#p77337</link>
			<description><![CDATA[<p>Здесь есть пример: <a href="http://l.autohotkey.net/docs/commands/DllCall.htm">http://l.autohotkey.net/docs/commands/DllCall.htm</a>.</p>]]></description>
			<author><![CDATA[null@example.com (shiz)]]></author>
			<pubDate>Fri, 15 Nov 2013 15:55:05 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=77337#p77337</guid>
		</item>
		<item>
			<title><![CDATA[AHK:снижение чувствительности мыши]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=77325#p77325</link>
			<description><![CDATA[<p>Доброго дня всем. Нуждаюсь в помощи вот в таком вот скрипте для игр.<br />при нажатии на пкм, чувствительность мыши должна снижаться на какое-то значение до следующего нажатия.<br />если с пкм такое невозможно сделать, то на любую другую кнопку.<br />Заранее спасибо.</p>]]></description>
			<author><![CDATA[null@example.com (alexmiles)]]></author>
			<pubDate>Fri, 15 Nov 2013 09:31:53 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=77325#p77325</guid>
		</item>
	</channel>
</rss>
