<?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="http://forum.script-coding.com/extern.php?action=feed&amp;tid=12775&amp;type=atom" />
	<updated>2017-06-29T11:34:24Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=12775</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Активность курсора]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116910#p116910" />
			<content type="html"><![CDATA[<p>Видимость системного курсора можно так определить:<br /></p><div class="codebox"><pre><code>MsgBox, % GetCursorVisiblity()

GetCursorVisiblity() {
   VarSetCapacity(CI, sz := 4*2 + A_PtrSize + 8, 0)
   NumPut(sz, CI)
   DllCall(&quot;GetCursorInfo&quot;, Ptr, &amp;CI)
   Return [&quot;Hidden&quot;, &quot;Showing&quot;, &quot;Suppressed&quot;][NumGet(CI, 4, &quot;Int&quot;) + 1]
}</code></pre></div><p>В игре может не определиться, тогда с помощью ImageSearch.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-06-29T11:34:24Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116910#p116910</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Активность курсора]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=116903#p116903" />
			<content type="html"><![CDATA[<p>Есть полноэкранное окно (игра). В ней курсор скрыт, но когда происходят некоторые действия (выбор пункта меню и т.д.) курсор появляется. Как мне определить, курсор активен или скрыт?</p>]]></content>
			<author>
				<name><![CDATA[sememix]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=33892</uri>
			</author>
			<updated>2017-06-29T08:41:32Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=116903#p116903</id>
		</entry>
</feed>
