<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Starling Forum &#187; Topic: Multitouch not working on my Samsung Tab p1000</title>
		<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000</link>
		<description>The Starling Framework Community</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 10:43:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.starling-framework.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.starling-framework.org/rss/topic/multitouch-not-working-on-my-samsung-tab-p1000" rel="self" type="application/rss+xml" />

		<item>
			<title>MacShrike on "Multitouch not working on my Samsung Tab p1000"</title>
			<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000#post-5875</link>
			<pubDate>Thu, 03 May 2012 17:46:28 +0000</pubDate>
			<dc:creator>MacShrike</dc:creator>
			<guid isPermaLink="false">5875@http://forum.starling-framework.org/</guid>
			<description><p>DOH!  &lt;img src=&quot;http://forum.starling-framework.org/my-plugins/bb-smilies/default/icon_redface.gif&quot; title=&quot;:oops:&quot; class=&quot;bb_smilies&quot; /&gt; </p>
<p>I also still had simulate multitouch enabled.<br />
Works like a charm now.</p>
<p>SOLVED
</p></description>
		</item>
		<item>
			<title>MacShrike on "Multitouch not working on my Samsung Tab p1000"</title>
			<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000#post-5862</link>
			<pubDate>Thu, 03 May 2012 12:55:09 +0000</pubDate>
			<dc:creator>MacShrike</dc:creator>
			<guid isPermaLink="false">5862@http://forum.starling-framework.org/</guid>
			<description><p>Just noticed im not using starling.multitouchenabled=true.<br />
Ill try that first please disregard this thread.
</p></description>
		</item>
		<item>
			<title>MacShrike on "Multitouch not working on my Samsung Tab p1000"</title>
			<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000#post-5795</link>
			<pubDate>Tue, 01 May 2012 21:52:28 +0000</pubDate>
			<dc:creator>MacShrike</dc:creator>
			<guid isPermaLink="false">5795@http://forum.starling-framework.org/</guid>
			<description><p>Also:</p>
<p>If you simultaniously touch both buttons and release one of them, the other doesnt start receiving touches until you release and retouch.</p>
<p>That was me again.
</p></description>
		</item>
		<item>
			<title>MacShrike on "Multitouch not working on my Samsung Tab p1000"</title>
			<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000#post-5794</link>
			<pubDate>Tue, 01 May 2012 21:45:40 +0000</pubDate>
			<dc:creator>MacShrike</dc:creator>
			<guid isPermaLink="false">5794@http://forum.starling-framework.org/</guid>
			<description><p>Examining further revealed this:</p>
<p>Put an extra image on screen with an extra touch handler pointing to it didnt help.<br />
putting both touch handlers on a specific image (first time stage was joystick).. doesnt help either.<br />
The first firing touch seems to hog all the touches.</p>
<p>Mac
</p></description>
		</item>
		<item>
			<title>MacShrike on "Multitouch not working on my Samsung Tab p1000"</title>
			<link>http://forum.starling-framework.org/topic/multitouch-not-working-on-my-samsung-tab-p1000#post-5792</link>
			<pubDate>Tue, 01 May 2012 21:25:32 +0000</pubDate>
			<dc:creator>MacShrike</dc:creator>
			<guid isPermaLink="false">5792@http://forum.starling-framework.org/</guid>
			<description><p>Hi,</p>
<p>it seems that there's something wrong with the multitouch on the stage.</p>
<p>If running on PC (and using left ctrl to simulate) the code below this article traces this:<br />
all touches: Touch 0: globalX=588, globalY=283, phase=moved,Touch 1: globalX=436, globalY=229, phase=moved<br />
all touches: Touch 0: globalX=589, globalY=283, phase=moved,Touch 1: globalX=435, globalY=229, phase=moved<br />
all touches: Touch 0: globalX=589, globalY=283, phase=ended,Touch 1: globalX=435, globalY=229, phase=ended</p>
<p>Debugging on my tab it traced(with 2 and more fingers on screen):<br />
all touches: Touch 0: globalX=217, globalY=151, phase=hover<br />
all touches: Touch 0: globalX=217, globalY=151, phase=began<br />
all touches: Touch 0: globalX=217, globalY=151, phase=ended</p>
<p>also: Is it possible to still capture the multitouch setup from the not starling flash on the stage?</p>
<p>code:</p>


<div class="bb_syntax"><div class="code"><pre class="as3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> onTouch<span style="color: #000000;">&#40;</span>event<span style="color: #000000; font-weight: bold;">:</span>TouchEvent<span style="color: #000000;">&#41;</span><span style="color: #000000; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
		<span style="color: #000000;">&#123;</span>
			<span style="color: #6699cc; font-weight: bold;">var</span> touch<span style="color: #000000; font-weight: bold;">:</span>Vector.<span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">60</span>;Touch<span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">62</span>; = event.touches;
			<span style="color: #004993;">trace</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;all touches:&quot;</span>, touch<span style="color: #000000;">&#41;</span>;
			<span style="color: #0033ff; font-weight: bold;">for</span> <span style="color: #000000;">&#40;</span><span style="color: #6699cc; font-weight: bold;">var</span> i<span style="color: #000000; font-weight: bold;">:</span><span style="color: #004993;">int</span> = <span style="color: #000000; font-weight:bold;">0</span>; i<span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">60</span>;touch.<span style="color: #004993;">length</span>; i<span style="color: #000000; font-weight: bold;">++</span><span style="color: #000000;">&#41;</span>
			<span style="color: #000000;">&#123;</span>
				<span style="color: #009900;">//trace(&quot;touch:&quot;, touch[i]);</span>
			<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span>touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.globalX <span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">60</span>; midx <span style="color: #000000;">&#41;</span>
			<span style="color: #000000;">&#123;</span>
&nbsp;
			<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span>touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.phase == TouchPhase.BEGAN <span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">124</span>;<span style="color: #000000; font-weight: bold;">&amp;</span>#<span style="color: #000000; font-weight:bold;">124</span>; touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.phase == TouchPhase.MOVED<span style="color: #000000;">&#41;</span>
			<span style="color: #000000;">&#123;</span>
				scrollon = <span style="color: #0033ff; font-weight: bold;">true</span>;
				touchx = touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.globalX;
				touchy = touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.globalY;
			<span style="color: #000000;">&#125;</span>
			<span style="color: #0033ff; font-weight: bold;">if</span> <span style="color: #000000;">&#40;</span>touch<span style="color: #000000;">&#91;</span>i<span style="color: #000000;">&#93;</span>.phase == TouchPhase.ENDED<span style="color: #000000;">&#41;</span>
				scrollon = <span style="color: #0033ff; font-weight: bold;">false</span>;
			<span style="color: #000000;">&#125;</span>
			<span style="color: #000000;">&#125;</span></pre></div></div>


</description>
		</item>

	</channel>
</rss>
