<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://theeyetribe.com/forum/feed.php?f=11&amp;t=204" />

<title>The Eye Tribe</title>
<subtitle>Developer Forum</subtitle>
<link href="http://theeyetribe.com/forum/index.php" />
<updated>2014-05-21T18:55:13+02:00</updated>

<author><name><![CDATA[The Eye Tribe]]></name></author>
<id>http://theeyetribe.com/forum/feed.php?f=11&amp;t=204</id>
<entry>
<author><name><![CDATA[Martin]]></name></author>
<updated>2014-05-21T18:55:13+02:00</updated>
<published>2014-05-21T18:55:13+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=908#p908</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=908#p908"/>
<title type="html"><![CDATA[Re: Mouse Cursor Movement with OnGazeUpdate Method]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=908#p908"><![CDATA[
Hi Emrah,<br /><br />Please see the <a href="https://github.com/EyeTribe/tet-csharp-samples/blob/master/TETControls/Cursor/CursorControl.cs" class="postlink">CursorControl.cs</a> on Github.<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=117">skataMartin</a> — 21 May 2014, 18:55</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Emrah]]></name></author>
<updated>2014-05-20T09:25:54+02:00</updated>
<published>2014-05-20T09:25:54+02:00</published>
<id>http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=899#p899</id>
<link href="http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=899#p899"/>
<title type="html"><![CDATA[Mouse Cursor Movement with OnGazeUpdate Method]]></title>

<content type="html" xml:base="http://theeyetribe.com/forum/viewtopic.php?t=204&amp;p=899#p899"><![CDATA[
Hi ,<br /><br />I am trying to move my mouse pointer after making a calibration  with  SetCursorPos method ? <br /><br />Is that a right way to do it ? <br /><br />I am asking this because sometimes my mouse cursor is jumping one location to another one. I mean , I can't move my cursor as good as an EyeTribeClient.exe.<br /><br />Is there any better wey to do it ?<br /><br />            public void OnGazeUpdate(GazeData gazeData)<br />            {<br />                double gX = gazeData.SmoothedCoordinates.X;<br />                double gY = gazeData.SmoothedCoordinates.Y;<br /><br />               // Move point, do hit-testing, log coordinates etc.<br />                if (GazeManager.Instance.IsCalibrated)<br />                {<br />                    SetCursorPos(Convert.ToInt16(gX), Convert.ToInt16(gY));<br />                }<br />            }<p>Statistics: Posted by <a href="http://theeyetribe.com/forum/memberlist.php?mode=viewprofile&amp;u=1629">skataEmrah</a> — 20 May 2014, 09:25</p><hr />
]]></content>
</entry>
</feed>