<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: Mouse on the second screen&#8230;.</title>
		<atom:link href="http://cycling74.com/forums/topic/mouse-on-the-second-screen/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/feed</link>
		<description></description>
		<pubDate>Wed, 19 Jun 2013 21:45:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-33017</guid>
					<title><![CDATA[Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-33017</link>
					<pubDate>Tue, 24 Jul 2007 22:52:51 +0000</pubDate>
					<dc:creator>grimepoch</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve created a window that I make go fullscreen on my second monitor.  I&#8217;d like to not accidentally have the mouse display if I go over too far on it.  Is there any way to control this in jitter? </p>
<p>Other programs that take over the second monitor do not seem to even allow me to go there, but I&#8217;d be happy just to have the cursor behind if possible.</p>
<p>Thanks!<br />
Rick</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109430</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109430</link>
					<pubDate>Tue, 24 Jul 2007 23:35:58 +0000</pubDate>
					<dc:creator>Rob Ramirez</dc:creator>

					<description>
						<![CDATA[
						<p>look at the pupdate message to max, documented in the max46topics pdf.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109431</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109431</link>
					<pubDate>Wed, 25 Jul 2007 01:28:26 +0000</pubDate>
					<dc:creator>grimepoch</dc:creator>

					<description>
						<![CDATA[
						<p>Are you suggesting that I keep track of where the pointer is and if it tries to go into an area outside the main window that I should use pupdate to bring it back into the main window?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109432</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109432</link>
					<pubDate>Wed, 25 Jul 2007 02:03:26 +0000</pubDate>
					<dc:creator>Dan</dc:creator>

					<description>
						<![CDATA[
						<p>You can also hide the cursor if it goes off the screen with a combination of mousestate, jit.displays and the message &#8220;; max hidecursor&#8221; and &#8220;showcursor&#8221;. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109433</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109433</link>
					<pubDate>Wed, 25 Jul 2007 06:15:00 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 25 juil. 07, at 00:52, Rick Burnett wrote:</p>
<p>><br />
> I&#8217;ve created a window that I make go fullscreen on my second  <br />
> monitor.  I&#8217;d like to not accidentally have the mouse display if I  <br />
> go over too far on it.  Is there any way to control this in jitter?<br />
><br />
> Other programs that take over the second monitor do not seem to  <br />
> even allow me to go there, but I&#8217;d be happy just to have the cursor  <br />
> behind if possible.</p>
<p>Look at jit.fullscreen in the ejies. It does that and as it&#8217;s an  <br />
abstraction, you can modify it easily for your own purpose.</p>
<p>Cheers,<br />
ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109434</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109434</link>
					<pubDate>Thu, 26 Jul 2007 03:30:42 +0000</pubDate>
					<dc:creator>grimepoch</dc:creator>

					<description>
						<![CDATA[
						<p>what is ejies?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109435</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109435</link>
					<pubDate>Thu, 26 Jul 2007 07:39:56 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 26 juil. 07, at 05:30, Rick Burnett wrote:</p>
<p>> what is ejies?</p>
<p>LOL, you must be kidding;-) Have a look here:</p>
<p><a href="http://www.e&#8211;j.com" rel="nofollow">http://www.e&#8211;j.com</a></p>
<p>ej</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109436</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109436</link>
					<pubDate>Thu, 26 Jul 2007 13:55:45 +0000</pubDate>
					<dc:creator>grimepoch</dc:creator>

					<description>
						<![CDATA[
						<p>Haha!  After I did a Google search late last night I found the website.  Had no clue.  Thanks for the help!!  </p>
<p>:)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109437</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109437</link>
					<pubDate>Tue, 31 Jul 2007 19:16:45 +0000</pubDate>
					<dc:creator>MJ</dc:creator>

					<description>
						<![CDATA[
						<p>the ejeis are also new to me..</p>
<p>installed them , looks great</p>
<p>it asked for installing shortcuts<br />
oh why not? i thought</p>
<p>but it removed the old shortcuts&#8230;..<br />
had to put them back by using systemprefs<br />
then the ejies shortcuts are gone &#8230;</p>
<p>&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109438</guid>
					<title><![CDATA[Re: Mouse on the second screen&#8230;.]]></title>
					<link>http://cycling74.com/forums/topic/mouse-on-the-second-screen/#post-109438</link>
					<pubDate>Tue, 31 Jul 2007 19:30:05 +0000</pubDate>
					<dc:creator>Emmanuel Jourdan</dc:creator>

					<description>
						<![CDATA[
						<p>On 31 juil. 07, at 21:16, MJ wrote:</p>
<p>> but it removed the old shortcuts&#8230;..<br />
> had to put them back by using systemprefs<br />
> then the ejies shortcuts are gone &#8230;</p>
<p>Sorry about that. It always sounded like it&#8217;s an Apple issue, which  <br />
makes that you can&#8217;t edit the shortcut with the system preference  <br />
afterward. You can modify the AddShorctut2Max.command and add your  <br />
own, it&#8217;s pretty straightforward.</p>
<p>Cheers,<br />
ej</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

