<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Опускание/отпускание клавиши через DllCall.]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15094&amp;type=atom" />
	<updated>2019-12-12T11:55:42Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15094</id>
		<entry>
			<title type="html"><![CDATA[AHK: Опускание/отпускание клавиши через DllCall.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=136824#p136824" />
			<content type="html"><![CDATA[<p><strong>Добрый день!</strong><br />Можете, пожалуйста, подсказать корректный метод опускания/отпускания клавиши через DllCall. Примерно так, как с мышью в нижеприведенном коде.<br /></p><div class="codebox"><pre><code>LButton::

	sleep, delz

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

	sleep, holdtiem

	DllCall(&quot;mouse_event&quot;, uint, 4, int, 0, int, 0, uint, 0, int, 0)

return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Barrel Tittor]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40529</uri>
			</author>
			<updated>2019-12-12T11:55:42Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=136824#p136824</id>
		</entry>
</feed>
