<?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=13108&amp;type=atom" />
	<updated>2017-10-23T10:37:02Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13108</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перетащить курсор]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120329#p120329" />
			<content type="html"><![CDATA[<p><strong>stealzy</strong> В firefox работает, вот в Chrome нет. Там есть пример от Malcev, но я не могу понять, как адаптировать мне к моему случаю.</p>]]></content>
			<author>
				<name><![CDATA[Vicoriyan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38658</uri>
			</author>
			<updated>2017-10-23T10:37:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120329#p120329</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перетащить курсор]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120325#p120325" />
			<content type="html"><![CDATA[<p>Хотя вру, <a href="http://forum.script-coding.com/viewtopic.php?pid=116409#p116409">см. тут</a>.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-10-23T07:59:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120325#p120325</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Перетащить курсор]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120323#p120323" />
			<content type="html"><![CDATA[<p>Подскажите, как это реализовать в моем случаи?</p>]]></content>
			<author>
				<name><![CDATA[Vicoriyan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38658</uri>
			</author>
			<updated>2017-10-23T07:29:24Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120323#p120323</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Перетащить курсор]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=120299#p120299" />
			<content type="html"><![CDATA[<p>Доброго времени суток. <br />Есть код: </p><div class="codebox"><pre><code>Click, 105, 300 Left, Down
MouseMove, 100, 300, 30, R
Click, , Left, Up</code></pre></div><p>Скрипт делает клик по координатам x105 y300, зажимает левую кнопку мыши и перемещает курсор на 100 по горизонтали и отпускает левую кнопку мыши.</p><p>Как сделать, чтоб курсор не был задействован физически? Невидимый клик знаю как сделать:<br /></p><div class="codebox"><pre><code>ControlClick, x105 y300, ahk_class Qt5QWindowIcon,, Left, Down,  NA
MouseMove, 100, 1, 30, R
ControlClick, , ahk_class Qt5QWindowIcon,, Left, Up,  NA</code></pre></div><p>Но как перетащить с зажатой кнопкой?<br />Возможно ли вообще это?</p>]]></content>
			<author>
				<name><![CDATA[Vicoriyan]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38658</uri>
			</author>
			<updated>2017-10-22T17:57:39Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=120299#p120299</id>
		</entry>
</feed>
