<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Problem hiding Mac cursor</title>
		<link>http://www.allegro.cc/forums/view/592530</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Sun, 05 Aug 2007 22:13:20 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I use a custom rendered mouse in my game so I hide the regular system mouse.  </p><p>On Windows I do a combination of scare_mouse and a show_mouse(NULL).</p><p>On Linux, I do a show_os_cursor(MOUSE_CURSOR_NONE).</p><p>On Mac, I can&#39;t seem to hide the mouse cursor regardless of what combination of Allegro mouse handling calls I make.  I&#39;ve had this problem with Allegro 4.2.0, 4.2.1 and the latest 4.2.2.</p><p>Does anyone have any suggestions on how I can get the Mac mouse cursor to hide?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Runesabre)</author>
		<pubDate>Mon, 30 Jul 2007 08:34:01 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>show_os_cursor(MOUSE_CURSOR_NONE) should work everywhere, no need for platform specifics for that. You need platform specific code for the other way around though, since e.g. under Windows, you normally won&#39;t get a system cursor in fullscreen modes.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Elias)</author>
		<pubDate>Wed, 01 Aug 2007 22:36:08 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Does exmouse work for you?</p><p>Pete
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Peter Hull)</author>
		<pubDate>Wed, 01 Aug 2007 22:51:55 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>I&#39;ll check out exmouse tonight, Peter and see what the results are.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Runesabre)</author>
		<pubDate>Fri, 03 Aug 2007 02:51:51 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Is this the same as this one<br /><a href="http://www.allegro.cc/forums/thread/592589/688836#target">http://www.allegro.cc/forums/thread/592589/688836#target</a><br />i.e. it only occurs in 32bit fullscreen?</p><p>I&#39;m going to look into it. I think this came up a while ago, didn&#39;t it...</p><p>Pete</p><div class="source-code snippet"><div class="inner"><pre><span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span> <span class="k3">-</span><span class="k3">-</span>
</pre></div></div><p>
[edit] Can you try the attached patch?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Peter Hull)</author>
		<pubDate>Sun, 05 Aug 2007 22:13:20 +0000</pubDate>
	</item>
</rss>
