<?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=14935&amp;type=atom" />
	<updated>2019-08-19T22:47:36Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14935</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135779#p135779" />
			<content type="html"><![CDATA[<p><strong>svoboden</strong> больше спасибо !!!</p>]]></content>
			<author>
				<name><![CDATA[exeliance]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40355</uri>
			</author>
			<updated>2019-08-19T22:47:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135779#p135779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135778#p135778" />
			<content type="html"><![CDATA[<p>Как нибудь так:<br /></p><div class="codebox"><pre><code>F12::
CoordMode, Mouse, Screen
MouseGetPos, xpos, ypos 
X := xpos + 50, Y := ypos - 50
Click %X%, %Y%
return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-08-19T20:31:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135778#p135778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135776#p135776" />
			<content type="html"><![CDATA[<p>Ну давайте я вам так подскажу: левый верхний угол монитора имеет координату 0 по горизонтали и 0 по вертикали. Все, что правее и (или) ниже имеет большую координату, а все что левее и (или) выше - меньшую.</p>]]></content>
			<author>
				<name><![CDATA[belyankin12]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34408</uri>
			</author>
			<updated>2019-08-19T17:25:15Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135776#p135776</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135773#p135773" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> а как отступить от считанных координат на опредленное количество пикселей?</p>]]></content>
			<author>
				<name><![CDATA[exeliance]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40355</uri>
			</author>
			<updated>2019-08-19T16:46:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135773#p135773</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135770#p135770" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>AutoHotkey.chm пишет:</cite><blockquote><p><strong>MouseGetPos</strong><br />Считывает текущее положение курсора мыши, а также определяет, какое окно и какой контрол находятся под курсором. <br /><span style="color: Navy">MouseGetPos, [OutputVarX, OutputVarY, OutputVarWin, OutputVarControl, 1|2|3]</span></p><p><strong>MouseClick</strong><br />Щёлкает кнопкой мыши, нажимает и удерживает кнопку мыши, вращает колесо мыши. Примечание: команда Click является более гибкой и простой в применении. <br /><span style="color: navy">MouseClick [, WhichButton, X, Y, ClickCount, Speed, D|U, R]</span></p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-08-19T16:37:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135770#p135770</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135767#p135767" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong> исправил</p>]]></content>
			<author>
				<name><![CDATA[exeliance]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40355</uri>
			</author>
			<updated>2019-08-19T16:22:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135767#p135767</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135762#p135762" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>exeliance</strong>, предложение должно начинаться с заглавной буквы. Четверного восклицательного знака не существует. Исправьте сообщение!</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2019-08-19T13:52:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135762#p135762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Отступ от текущих координат мышки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=135760#p135760" />
			<content type="html"><![CDATA[<p>Нужен код в котором курсор мышки запоминает текущее положение координат, а после чего отступает от этих координат на 50 пикселей вправо и 50 пикселей вверх, и делает там щелчок левой кнопкой мыши, спасибо заранее!!!</p>]]></content>
			<author>
				<name><![CDATA[exeliance]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40355</uri>
			</author>
			<updated>2019-08-19T09:54:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=135760#p135760</id>
		</entry>
</feed>
